diff --git a/scripts/change_url b/scripts/change_url index 3459199..1534de5 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -34,7 +34,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 domain=$new_domain path=$new_path -ynh_add_config --template="../conf/.env" --destination="$install_dir/.env" +ynh_add_config --template=".env" --destination="$install_dir/.env" chmod 400 "$install_dir/.env" chown $app:$app "$install_dir/.env"