mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-20 05:58:27 +00:00
Fix update --force with arkStagingDir
This commit is contained in:
parent
29ffa2f3a3
commit
6e1627c801
@ -1228,7 +1228,7 @@ doUpdate() {
|
||||
|
||||
cd "$arkserverroot"
|
||||
|
||||
if isUpdateNeeded; then
|
||||
if [ -n "$appupdate" ] || isUpdateNeeded; then
|
||||
appupdate=1
|
||||
|
||||
if [ -n "${arkStagingDir}" -a "${arkStagingDir}" != "${arkserverroot}" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user