1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
This commit is contained in:
liberodark 2019-03-13 18:32:05 +01:00
parent de8a68a15f
commit cd92d0d34d
2 changed files with 1 additions and 3 deletions

View file

@ -3,4 +3,4 @@ SOURCE_SUM=850fe2e4aed30eb3f83d77f1d9d8421ad0ab52f24ec7faaa07d4269cc440d4e4
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_FILENAME=codimd.tar.gz

View file

@ -21,7 +21,6 @@ port=$(ynh_app_setting_get $app port)
db_name=$(ynh_app_setting_get $app db_name)
db_user=$db_name
final_path=$(ynh_app_setting_get $app final_path)
back_path=/opt/pia-back
#=================================================
# STANDARD REMOVE
@ -67,7 +66,6 @@ ynh_print_info "Removing app main directory"
# Remove the app directory securely
ynh_secure_remove "$final_path"
ynh_secure_remove "$back_path"
#=================================================
# REMOVE NGINX CONFIGURATION