1
0
Fork 0
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:
polytan02 2017-02-22 14:57:58 +00:00 committed by GitHub
parent 08a6dfc92a
commit b093b2e1b5

View file

@ -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