1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update remove

This commit is contained in:
frju365 2018-03-11 13:54:44 +01:00 committed by GitHub
parent 9c14a3acdb
commit 115ec86dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,6 @@ then
yunohost service remove $app
fi
#=================================================
# REMOVE DEPENDENCIES
#=================================================
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# REMOVE THE MONGO DATABASE
#=================================================
@ -56,6 +49,13 @@ mongo -u $dbuser -p$dbpass --authenticationDatabase $dbname --shell "$dbname" --
mongo -u $dbuser -p$dbpass --authenticationDatabase $dbname --shell "$dbname" --eval 'db.dropDatabase();' <<< exit
#mongo --shell "$dbname" --eval 'db.dropDatabase();' <<< exit
#=================================================
# REMOVE DEPENDENCIES
#=================================================
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#=================================================
# REMOVE APP MAIN DIR
#=================================================