From b94f7732da1019b70d2c48a66a1097f1122726de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:25:01 +0100 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 8f7caa3..660f18a 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --keep="app.json" chown -R "$app:www-data" "$install_dir" @@ -49,12 +49,12 @@ popd #================================================= # ADD A CONFIGURATION #================================================= -ynh_script_progression --message="Adding a configuration file..." --weight=1 +#ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="app.json" --destination="$install_dir/app.json" +#ynh_add_config --template="app.json" --destination="$install_dir/app.json" -chmod 400 "$install_dir/app.json" -chown "$app:$app" "$install_dir/app.json" +#chmod 400 "$install_dir/app.json" +#chown "$app:$app" "$install_dir/app.json" #================================================= # GENERIC FINALIZATION