From 0a98be929781db709c2a9217fa7e907683e050d9 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 17 Nov 2022 14:24:35 +0100 Subject: [PATCH] syntax --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9b7be96..bdbc194 100644 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_script_progression --message="Configuring system user..." # Create a system user ynh_system_user_create --username=$app --home_dir="$final_path" -yunohost user create ${app}_notifs -F Mobilizon Notifications --domain "$domain" --password "$ynh_user_password" -q 0 +yunohost user create ${app}_notifs -F "Mobilizon Notifications" --domain "$domain" --password "$ynh_user_password" -q 0 yunohost user update ${app}_notifs --add-mailalias $app@$domain --add-mailforward $admin_email #=================================================