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:
parent
90d59a4293
commit
848956bd74
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue