mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
Fix update --force with arkStagingDir
This commit is contained in:
parent
92923df0eb
commit
273879aa23
@ -1025,7 +1025,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