mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
Merge pull request #74 from YunoHost-Apps/testing
Use global mongo script & v7 by default
This commit is contained in:
commit
db397bcd1f
3 changed files with 2 additions and 5 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue