1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #39 from YunoHost-Apps/patch-1

Keep composer after installation
This commit is contained in:
Titus PiJean 2017-02-28 19:27:02 +01:00 committed by GitHub
commit 91f7e13160
2 changed files with 0 additions and 2 deletions

View file

@ -17,7 +17,6 @@ ynh_backup "/var/www/${app}" "sources"
#
# TO BE VALIDATED AND TESTED
ynh_backup "/opt/flarum_composer" "flarum_composer"
ynh_backup "/usr/local/bin/composer" "local_composer"
### MySQL ###
# If a MySQL database is used:

View file

@ -13,7 +13,6 @@ domain=$(ynh_app_setting_get "$app" domain)
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