1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Fix change_url

This commit is contained in:
yalh76 2021-08-29 12:25:54 +02:00
parent e54b1224b7
commit 1a5ef3b022

View file

@ -103,7 +103,8 @@ ynh_script_progression --message="Updating a configuration file..."
ynh_add_config --template=".env" --destination="$final_path/.env"
set_permissions
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"
#=================================================
# GENERIC FINALISATION