diff --git a/scripts/remove b/scripts/remove index 564db69..3b4f819 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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