diff --git a/scripts/install b/scripts/install index 6ffb8b4..4920b83 100755 --- a/scripts/install +++ b/scripts/install @@ -23,7 +23,6 @@ is_public=$YNH_APP_ARG_IS_PUBLIC # Set variable path_url="/SOGo" -# final_path="/opt/yunohost/$app" # Register (book) web path ynh_webpath_register --app $app --domain $domain --path_url $path_url diff --git a/scripts/remove b/scripts/remove index 13e6b77..4af7a19 100755 --- a/scripts/remove +++ b/scripts/remove @@ -19,7 +19,6 @@ domain=$(ynh_app_setting_get --app $app --key domain) port=$(ynh_app_setting_get --app $app --key port) db_name=$(ynh_app_setting_get --app $app --key db_name) db_user=$(ynh_app_setting_get --app $app --key db_user) -final_path=$(ynh_app_setting_get --app $app --key final_path) #================================================= # STANDARD REMOVE @@ -33,10 +32,6 @@ ynh_remove_app_dependencies ynh_script_progression --message="Removing databases..." ynh_mysql_remove_db --db_user $db_user --db_name $db_name -# Remove the app directory securely -ynh_script_progression --message="Removing user data..." -ynh_secure_remove --file="$final_path" - ynh_script_progression --message="Removing configuration..." # Remove sogo config