From 760bc773c8ee1403174e63c75e4fb8441df61395 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Sat, 20 May 2023 21:28:48 +0200 Subject: [PATCH] change permission of log files for previous versions --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index f3e19cc..eb4308b 100755 --- a/run.sh +++ b/run.sh @@ -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