1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Fix logs directory permissions

This commit is contained in:
Salamandar 2023-01-20 14:41:53 +01:00 committed by Félix Piédallu
parent c6c055656d
commit 52e572be8b

View file

@ -145,6 +145,7 @@ chown $app:$app "$final_path/endi.ini"
#=================================================
mkdir "/var/log/$app"
chown -R $app:$app "/var/log/$app"
chmod 750 "/var/log/$app"
#=================================================