1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Merge branch 'testing'

This commit is contained in:
Josué Tille 2021-08-03 21:36:35 +02:00
commit c0df29214b
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 8 additions and 6 deletions

View file

@ -19,12 +19,12 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
upgrade=1 from_commit=b2595379b2e4f3f0d7ad1ae7da4f90a8184a90ff upgrade=1 from_commit=cc07f5da79498ef948c31a99f6ace9ad0a5b9ec1
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=0
incorrect_path=1 incorrect_path=1
port_already_use=1 (8448) port_already_use=1 (8448)
change_url=0 change_url=0
;;; Upgrade options ;;; Upgrade options
; commit=b2595379b2e4f3f0d7ad1ae7da4f90a8184a90ff ; commit=cc07f5da79498ef948c31a99f6ace9ad0a5b9ec1
name=Branch_Old_package_For_CI1 name=Before group permission support

View file

@ -4,9 +4,6 @@
# GENERIC START # GENERIC START
#================================================= #=================================================
# Stop script if errors
set -u
# Import common cmd # Import common cmd
source ./experimental_helper.sh source ./experimental_helper.sh
source ./_common.sh source ./_common.sh
@ -48,6 +45,11 @@ ynh_secure_remove --file="/etc/$app"
# Remove stunnel config # Remove stunnel config
ynh_secure_remove --file="/etc/stunnel/$app.conf" ynh_secure_remove --file="/etc/stunnel/$app.conf"
# Remove nginx config
ynh_script_progression --message="Removing nginx configuration..."
ynh_remove_nginx_config
# Remove service # Remove service
yunohost service remove $app yunohost service remove $app