mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
Update remove
This commit is contained in:
parent
905855c441
commit
f684ce2315
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ name="ether"
|
|||
name+="calc"
|
||||
|
||||
domain=$(sudo yunohost app setting $app domain)
|
||||
|
||||
# Remove nodejs
|
||||
ynh_remove_nodejs
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
sudo rm -Rf /var/log/$name/$app.log*
|
||||
sudo update-rc.d $app remove
|
||||
|
|
Loading…
Reference in a new issue