diff --git a/manifest.toml b/manifest.toml index 1cc3e0f..7bd137d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Weblate" description.en = "Translation platform using Git and Python" description.fr = "Plateforme de traduction utilisant Git et Python" -version = "5.4.1~ynh2" +version = "5.4.2~ynh1" maintainers = ["Thovi98"] @@ -42,7 +42,7 @@ ram.runtime = "3G" [install.init_main_permission] type = "group" - default = false + default = "visitors" [install.admin] type = "user" diff --git a/scripts/_common.sh b/scripts/_common.sh index 0338ce8..e85e7ef 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,6 @@ # COMMON VARIABLES #================================================= -#REMOVEME? pkg_dependencies="$weblate_dependencies $borgbackup_dependencies" - debian_maj_version=$(sed 's/\..*//' /etc/debian_version) if [ "$debian_maj_version" -eq 9 ] ; then diff --git a/tests.toml b/tests.toml index 17c89ac..d7cb91f 100644 --- a/tests.toml +++ b/tests.toml @@ -26,3 +26,4 @@ test_format = 1.0 test_upgrade_from.2749e7b.args.forge_token = "11111111111" test_upgrade_from.52db1ab.name = "5.3.1-ynh2" + test_upgrade_from.e075efc.name = "5.4.1"