mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 11:48:26 +00:00
Fix error in update option parsing
This commit is contained in:
parent
f5d9ddc0c0
commit
c71ffd2dd9
@ -767,7 +767,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