diff --git a/manifest.toml b/manifest.toml index 1cf585f..57d8528 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Dont-code Services" description.en = "Install services and databases needed to support Dont-code platform" description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code" -version = "0.3.2~ynh4" +version = "0.3.2~ynh5" maintainers = ["Dont-code Team"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 7ec06e1..9af5b2e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -mongo_version=6.0 +mongo_version=7.0 # List of services to be installed SERVICES_LIST=(ide preview project data) diff --git a/scripts/remove b/scripts/remove index 40863fc..68acc66 100755 --- a/scripts/remove +++ b/scripts/remove @@ -43,9 +43,6 @@ ynh_remove_mongo _remove_restart_script_and_sudoers -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================