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

[fix] Remove dir in www

This commit is contained in:
zamentur 2014-12-08 02:13:37 +01:00
parent 6b7ce597fa
commit 94b1e98106

View file

@ -12,6 +12,7 @@ sudo update-rc.d $app remove
sudo service $app stop
sudo rm /etc/init.d/$app
sudo yunohost service remove $app
sudo rm -f /var/www/$app
sudo userdel --remove $app