mirror of
https://github.com/YunoHost-Apps/borgwarehouse_ynh.git
synced 2024-09-03 18:16:17 +02:00
Update change_url
This commit is contained in:
parent
8a6af45054
commit
e376ec94cf
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@ ynh_change_url_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template=".env" --destination="$install_dir/.env.local"
|
ynh_add_config --template=".env" --destination="$install_dir/app/.env.local"
|
||||||
|
|
||||||
chmod 400 "$install_dir/.env.local"
|
chmod 400 "$install_dir/app/.env.local"
|
||||||
chown $app:$app "$install_dir/.env.local"
|
chown $app:$app "$install_dir/app/.env.local"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALISATION
|
# GENERIC FINALISATION
|
||||||
|
|
Loading…
Reference in a new issue