From 2f24f108b6820d6419a76e84fd3fa79a89daf983 Mon Sep 17 00:00:00 2001 From: ghose Date: Sat, 9 Nov 2024 18:49:42 +0100 Subject: [PATCH] cleaning install script --- scripts/install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index 262af66..8ca631f 100644 --- a/scripts/install +++ b/scripts/install @@ -20,12 +20,12 @@ chown -R $app:www-data "$install_dir" #================================================= # ADD A CONFIGURATION #================================================= -ynh_script_progression "Adding app's configuration file..." +#ynh_script_progression "Adding app's configuration file..." -ynh_config_add --template="" --destination="$install_dir/" +#ynh_config_add --template="" --destination="$install_dir/" -chmod 400 "$install_dir/" -chown "$app:$app" "$install_dir/" +#chmod 400 "$install_dir/" +#chown "$app:$app" "$install_dir/" #================================================= # SYSTEM CONFIGURATION @@ -42,7 +42,7 @@ ynh_config_add_logrotate ynh_script_progression "Installing $app..." pushd $install_dir - some_command --build + # some_command --build popd #================================================= @@ -50,10 +50,10 @@ popd #================================================= ynh_script_progression "Finalizing installation..." -ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" +#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" #================================================= # END OF SCRIPT #================================================= -ynh_script_progression "Installation of $app completed" \ No newline at end of file +ynh_script_progression "Installation of $app completed"