From 60449628a86763d3e14553fe18fa3dce33ffe5dd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 22 Aug 2021 13:21:33 +0200 Subject: [PATCH] Cleanup --- check_process | 1 - scripts/install | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 965445a..e7b1146 100644 --- a/check_process +++ b/check_process @@ -10,7 +10,6 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=0 port_already_use=1 diff --git a/scripts/install b/scripts/install index 0aa0f69..1e05e73 100755 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_clean_setup () { - ynh_clean_check_starting + ynh_clean_check_starting } # Exit if an error occurs during the execution of the script ynh_abort_if_errors @@ -131,7 +131,7 @@ ynh_add_config --template="../conf/mailman-web.py" --destination="/etc/mailman3/ #================================================= # RUN DATABASE MIGRATIONS #================================================= -ynh_script_progression --message="Running database migrations..." --weight=6 +ynh_script_progression --message="Running database migrations..." pushd /usr/share/mailman3-web python3 manage.py migrate || ynh_die --message="Mailman3 migrations failed!"