diff --git a/check_process b/check_process index 18fe99f..bcfbca5 100644 --- a/check_process +++ b/check_process @@ -13,6 +13,7 @@ setup_private=1 setup_public=1 upgrade=1 + upgrade=1 from_commit=3f9c3a6003243140e3e44671ef60a5461ed1a831 backup_restore=1 multi_instance=0 incorrect_path=0 @@ -23,9 +24,9 @@ Level 2=auto Level 3=auto # https://github.com/YunoHost-Apps/cryptpad_ynh/issues/5 - Level 4=na + Level 4=auto # https://github.com/YunoHost-Apps/cryptpad_ynh/issues/6 - Level 5=1 + Level 5=auto Level 6=auto Level 7=auto Level 8=0 @@ -34,3 +35,8 @@ ;;; Options Email= Notification=none +;;; Upgrade options + ; commit=3f9c3a6003243140e3e44671ef60a5461ed1a831 + name=update to 3.19.0 + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + \ No newline at end of file diff --git a/scripts/_common.sh b/scripts/_common.sh index 6fa19b1..179e4f2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=12 +nodejs_version="12" #================================================= # PERSONAL HELPERS