Unverified Commit c5a886f2 by liberodark Committed by GitHub

Update remove

parent f1495bc1
...@@ -21,7 +21,6 @@ port=$(ynh_app_setting_get $app port) ...@@ -21,7 +21,6 @@ port=$(ynh_app_setting_get $app port)
db_name=$(ynh_app_setting_get $app db_name) db_name=$(ynh_app_setting_get $app db_name)
db_user=$db_name db_user=$db_name
final_path=$(ynh_app_setting_get $app final_path) final_path=$(ynh_app_setting_get $app final_path)
back_path=/opt/pia-back
#================================================= #=================================================
# STANDARD REMOVE # STANDARD REMOVE
...@@ -67,7 +66,6 @@ ynh_print_info "Removing app main directory" ...@@ -67,7 +66,6 @@ ynh_print_info "Removing app main directory"
# Remove the app directory securely # Remove the app directory securely
ynh_secure_remove "$final_path" ynh_secure_remove "$final_path"
ynh_secure_remove "$back_path"
#================================================= #=================================================
# REMOVE NGINX CONFIGURATION # REMOVE NGINX CONFIGURATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment