„scripts/start-server.sh“ ändern

This commit is contained in:
2019-11-11 11:02:11 +01:00
parent 4ac66f97e3
commit 68c3a875fc

View File

@@ -1,4 +1,7 @@
#!/bin/bash
echo "---Setting umask to ${UMASK}---"
umask ${UMASK}
echo "---Checking for old logs---"
find ${SERVER_DIR} -name "Arma3Log.0" -exec rm -f {} \;
find ${SERVER_DIR} -name "ExileModLog.0" -exec rm -f {} \;