mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-23 06:58:28 +00:00
Fix --stagingdir= parameter
This commit is contained in:
parent
273879aa23
commit
9382c43b5b
@ -987,7 +987,7 @@ doUpdate() {
|
||||
modupdate=1
|
||||
elif [ "$arg" == "--backup" ]; then
|
||||
arkBackupPreUpdate=true
|
||||
elif [[ "$arg" =~ "^--stagingdir=" ]]; then
|
||||
elif [[ "$arg" =~ ^--stagingdir= ]]; then
|
||||
arkStagingDir="${ark#--stagingdir=}"
|
||||
elif [ "$arg" == "--downloadonly" ]; then
|
||||
downloadonly=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user