mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
remove final_path
This commit is contained in:
parent
31d09adb51
commit
6dc8a249a2
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue