mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Remove composer as well
This commit is contained in:
parent
08a6dfc92a
commit
b093b2e1b5
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ domain=$(ynh_app_setting_get "$app" domain)
|
|||
# Remove sources
|
||||
sudo rm -rf /tmp/composerinstall
|
||||
sudo rm -rf /var/www/$app
|
||||
sudo rm -rf /opt/flarum_composer
|
||||
sudo rm -rf /usr/local/bin/composer
|
||||
|
||||
# Remove nginx configuration file
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
|
Loading…
Reference in a new issue