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:
parent
113dcaaeb2
commit
4fb0855465
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue