mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 12:08:26 +00:00
Fix --stagingdir= parameter
This commit is contained in:
parent
8aad9cd42e
commit
c7053d8a93
@ -1185,7 +1185,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