mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix syntax
This commit is contained in:
parent
0e44a92dfa
commit
d4be397110
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ynh_script_progression --message="Creating log file..." --weight=1
|
|||
mkdir -p "/var/log/$app/"
|
||||
touch "/var/log/$app/${app}-horizon.log"
|
||||
chown -R $app: "/var/log/$app/"
|
||||
chmod -R 600 $app: "/var/log/$app/"
|
||||
chmod -R 600 "/var/log/$app/"
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue