mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-28 01:08:27 +00:00
Fix error in update option parsing
This commit is contained in:
parent
f5d9ddc0c0
commit
c71ffd2dd9
@ -767,7 +767,7 @@ doUpdate() {
|
|||||||
modupdate=1
|
modupdate=1
|
||||||
elif [ "$arg" == "--backup" ]; then
|
elif [ "$arg" == "--backup" ]; then
|
||||||
arkBackupPreUpdate=true
|
arkBackupPreUpdate=true
|
||||||
elif [ "$arg" =~ "^--stagingdir=" ]; then
|
elif [[ "$arg" =~ "^--stagingdir=" ]]; then
|
||||||
arkStagingDir="${ark#--stagingdir=}"
|
arkStagingDir="${ark#--stagingdir=}"
|
||||||
elif [ "$arg" == "--downloadonly" ]; then
|
elif [ "$arg" == "--downloadonly" ]; then
|
||||||
downloadonly=1
|
downloadonly=1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user