1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00

Update remove script

This commit is contained in:
Luc Didry 2017-05-05 11:18:25 +02:00
parent 90d59a4293
commit 848956bd74

View file

@ -9,8 +9,12 @@ source /usr/share/yunohost/helpers
# Retrieve app settings
domain=$(ynh_app_setting_get "$app" domain)
# Remove php5-sqlite dependency
ynh_package_remove php5-sqlite
# Remove sources
sudo rm -rf /var/www/$app
sudo rm -rf /var/www/${app}_library
# Remove nginx configuration file
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf