1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Merge pull request #204 from YunoHost-Apps/testing

Merge testing to 0.11.5
This commit is contained in:
lapineige 2023-03-25 15:42:18 +01:00 committed by GitHub
commit 54961e1430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -223,7 +223,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/"
#=================================================
# UPGRADE THE CRON FILE