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:
parent
e54b1224b7
commit
1a5ef3b022
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ ynh_script_progression --message="Updating a configuration file..."
|
||||||
|
|
||||||
ynh_add_config --template=".env" --destination="$final_path/.env"
|
ynh_add_config --template=".env" --destination="$final_path/.env"
|
||||||
|
|
||||||
set_permissions
|
chmod 400 "$final_path/.env"
|
||||||
|
chown $app:$app "$final_path/.env"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALISATION
|
# GENERIC FINALISATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue