change permission of log files for previous versions

This commit is contained in:
hyperbel 2023-05-20 21:28:48 +02:00
parent 5449e8ee50
commit 760bc773c8

2
run.sh
View File

@ -5,10 +5,12 @@ fi
if [ ! -e ./Config/log/server.log ]; then
touch ./Config/log/server.log
chmod a+w ./Config/log/server.log
fi
if [ ! -e ./Config/log/chat.log ]; then
touch ./Config/log/chat.log
chmod a+w ./Config/log/chat.log
fi
export IP_ADDR=127.0.0.1