1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix rights

This commit is contained in:
yalh76 2021-04-17 15:33:08 +02:00
parent 84e0ab07fb
commit 031b817ba6
3 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@ ynh_replace_string --match_string="$old_domain" --replace_string="$new_domain" -
ynh_store_file_checksum --file="$config"
chmod 400 "$config"
chown $app:$app "$config"
chown $app:www-data "$config"
#=================================================
# GENERIC FINALISATION

View file

@ -177,7 +177,7 @@ popd
ynh_store_file_checksum --file="$config"
chmod 400 "$config"
chown $app:$app "$config"
chown $app:www-data "$config"
#=================================================
# SETUP SYSTEMD

View file

@ -229,7 +229,7 @@ ynh_backup_if_checksum_is_different --file="$config"
ynh_store_file_checksum --file="$config"
chmod 400 "$config"
chown $app:$app "$config"
chown $app:www-data "$config"
#=================================================
# SETUP SYSTEMD