mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
add nodejs removal
This commit is contained in:
parent
57a0514cd5
commit
647b307351
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ sudo rm -f /etc/cron.d/$app
|
|||
# Remove PHP7.0
|
||||
ynh_remove_php7
|
||||
|
||||
# Remove NodeJS
|
||||
ynh_remove_nodejs
|
||||
|
||||
# Remove mysql user and database
|
||||
dbname=$app
|
||||
dbuser=$app
|
||||
|
|
Loading…
Reference in a new issue