mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: log file permissions
This commit is contained in:
parent
ec2ae756b4
commit
8b492a3038
@ -40,6 +40,7 @@ chmod ugo+w /var/log
|
||||
if [ -f "/var/log/ua3f.log" ]; then
|
||||
rm "/var/log/ua3f.log"
|
||||
fi
|
||||
touch /var/log/ua3f.log && chmod 666 /var/log/ua3f.log
|
||||
|
||||
if [ -f "$ua3f_tar" ]; then
|
||||
rm "$ua3f_tar"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user