mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-17 04:48:26 +00:00
Touch app manifest on update
Touch the app manifest on update in order to force other instances to restart when an update is run.
This commit is contained in:
parent
3dc8ef100e
commit
8c05d7bf1e
@ -1190,6 +1190,10 @@ doUpdate() {
|
||||
doStart --noautoupdate
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$bgupdate" ]; then
|
||||
touch "${arkserverroot}/steamapps/appmanifest_${appid}.acf"
|
||||
fi
|
||||
else
|
||||
echo "Your server is already up to date! The most recent version is ${bnumber}."
|
||||
echo "`timestamp`: No update needed." >> "$logdir/update.log"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user