mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 07:48:28 +00:00
Fix update --force with arkStagingDir
This commit is contained in:
parent
92923df0eb
commit
273879aa23
@ -1025,7 +1025,7 @@ doUpdate() {
|
|||||||
|
|
||||||
cd "$arkserverroot"
|
cd "$arkserverroot"
|
||||||
|
|
||||||
if isUpdateNeeded; then
|
if [ -n "$appupdate" ] || isUpdateNeeded; then
|
||||||
appupdate=1
|
appupdate=1
|
||||||
|
|
||||||
if [ -n "${arkStagingDir}" -a "${arkStagingDir}" != "${arkserverroot}" ]; then
|
if [ -n "${arkStagingDir}" -a "${arkStagingDir}" != "${arkserverroot}" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user