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

fix chmod syntax

This commit is contained in:
lapineige 2023-02-18 20:22:52 +01:00 committed by GitHub
parent 1c15b1660f
commit fa8fd46fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
# Pixelfed app should be able to edit its settings from the admin panel
chmod 600 "$final_path"/.env
chmod -R 600 "$final_path"/.env
#=================================================
# UPGRADE DEPENDENCIES