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:
parent
c6c055656d
commit
52e572be8b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue