From 80234d0528de77e7db8a6e2e615fb6df60e68354 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Sep 2019 17:49:03 +0200 Subject: [PATCH] Fix typo on variable --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 27fc787..f907679 100755 --- a/scripts/install +++ b/scripts/install @@ -141,7 +141,7 @@ ynh_replace_string --match_string="__DB_NAME__" --replace_string="$app" --target ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd_app" --target_file="/etc/mailman3/mailman.cfg" ynh_replace_string --match_string="__PORT_WEB__" --replace_string="$port_web" --target_file="/etc/mailman3/mailman.cfg" ynh_replace_string --match_string="__REST_API_ADMIN_USER__" --replace_string="$rest_api_admin" --target_file="/etc/mailman3/mailman.cfg" -ynh_replace_string --match_string="__REST_API_ADMIN_PWD__" --replace_string="$rest__api_admin_pwd" --target_file="/etc/mailman3/mailman.cfg" +ynh_replace_string --match_string="__REST_API_ADMIN_PWD__" --replace_string="$rest_api_admin_pwd" --target_file="/etc/mailman3/mailman.cfg" # hyperkitty configuration archiver_key=$(head -n128 /dev/urandom | tail -n +1 | tr -dc -d 'a-z0-9' | head -c128)