This commit is contained in:
ericgaspar
2021-08-26 07:48:47 +02:00
parent 5f7d41750d
commit 5123a699cf
4 changed files with 57 additions and 2 deletions

View File

@ -51,6 +51,13 @@ ynh_script_progression --message="Removing dependencies..." --weight=1
ynh_remove_nodejs
#=================================================
# REMOVE THE REDIS DATABASE
#=================================================
ynh_script_progression --message="Removing the Redis database..." --weight=1
ynh_redis_remove_db "$redis_db"
#=================================================
# REMOVE APP MAIN DIR
#=================================================