Files
galaxies-manager-updater/scripts/clearLogs.sh
wittyphantom333 bede8b93ea Initial commit
2019-09-17 17:54:08 -05:00

13 lines
325 B
Bash

#!/bin/bash
rm -f /home/swg/swg-main/gm/logs/startChat.txt
rm -f /home/swg/swg-main/gm/logs/startLogin.txt
rm -f /home/swg/swg-main/gm/logs/startServer.txt
touch /home/swg/swg-main//gm/logs/startChat.txt
touch /home/swg/swg-main/gm/logs/startLogin.txt
touch /home/swg/swg-main/gm/logs/startServer.txt
echo "Logs Cleared"