From d18998c2054c5fc8a0facf15b112810cb0c429cc Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Fri, 17 May 2013 13:58:35 +0000 Subject: [PATCH] Corrige le commit 4290 foireux --- src/functions_hosting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions_hosting.sh b/src/functions_hosting.sh index 22c845a3..abdb1d2b 100644 --- a/src/functions_hosting.sh +++ b/src/functions_hosting.sh @@ -112,7 +112,7 @@ host_create() { -e "s#%%UID%%#$U_ID#g" \ -e "s#%%GID%%#$G_ID#g" \ -e "s#%%mail_account%%#$MAIL_ACCOUNT#g" \ - -e "s#%%user%%#$USER2#g" \ + -e "s#%%user%%#$USER2#g" \ $TMP_FILE # Check if all is right in the conf file