This commit is contained in:
2023-11-29 06:45:55 -06:00
parent 0fe8c31b72
commit 29cd2e3ec0

View File

@@ -263,6 +263,11 @@ main() {
die "Could not find ./serverDZ.cfg" die "Could not find ./serverDZ.cfg"
fi fi
# trigger update for remote server game/map/mod files
# for this, the current machine needs to have ssh-copy-id done
# or else will ask for password
ssh steam@dayz-modserver 'sh /home/steam/dayz-servers/modserver_update.sh'
# sync remote server stock and mod files into local cache # sync remote server stock and mod files into local cache
refresh_local_cache || die "Failed to refresh local cache." refresh_local_cache || die "Failed to refresh local cache."