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