1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-01-25 14:06:45 +01:00
parent b4e6b14766
commit db0993f14a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -77,13 +77,13 @@ ynh_secure_remove --file="/home/yunohost.app/$app"
#=================================================
# Remove a cron file
ynh_secure_remove --file="/etc/cron.d/$app"
ynh_secure_remove --file=/etc/cron.d/$app
# Remove the log files
ynh_secure_remove --file="/var/log/$app/"
ynh_secure_remove --file=/var/log/$app
# Remove the sqlitedb file
ynh_secure_remove --file="/var/lib/turn/"
ynh_secure_remove --file=/var/lib/turn
#=================================================
# CLOSE PORTS
@ -109,7 +109,6 @@ fi
ynh_script_progression --message="Removing the dedicated system user..." --weight=1
# Delete a system user
userdel turnserver ssl-cert
ynh_system_user_delete --username=turnserver
#=================================================