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

[fix] Remove the service at app removal

This commit is contained in:
kload 2015-05-08 12:13:03 +02:00
parent 113dcaaeb2
commit 4fb0855465

View file

@ -13,6 +13,9 @@ sudo apt-get remove --purge -y -qq shellinabox || echo "ShellInABox already unin
# Remove Shell In A Box configuration
sudo rm -f /etc/default/shellinabox
# Remove service
sudo yunohost service remove shellinabox
# Remove Nginx proxy configuration
sudo rm -f /etc/nginx/conf.d/$domain.d/shellinabox.conf