Fix update --force with arkStagingDir

This commit is contained in:
Ben Peddell 2016-06-12 15:12:18 +10:00
parent 29ffa2f3a3
commit 6e1627c801

View File

@ -1228,7 +1228,7 @@ doUpdate() {
cd "$arkserverroot"
if isUpdateNeeded; then
if [ -n "$appupdate" ] || isUpdateNeeded; then
appupdate=1
if [ -n "${arkStagingDir}" -a "${arkStagingDir}" != "${arkserverroot}" ]; then