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:
parent
6b7ce597fa
commit
94b1e98106
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue