mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
[enh] improve remove script
This commit is contained in:
parent
ac80557832
commit
47baee2b69
1 changed files with 0 additions and 6 deletions
|
@ -92,12 +92,6 @@ fi
|
|||
# Remove from npm
|
||||
sudo npm uninstall node-red -g
|
||||
|
||||
# Remove a cron file
|
||||
ynh_secure_remove --file="/etc/cron.d/$app"
|
||||
|
||||
# Remove a directory securely
|
||||
ynh_secure_remove --file="/etc/$app/"
|
||||
|
||||
# Remove the log files
|
||||
ynh_secure_remove --file="/var/log/$app/"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue