From 921e6b01a16dad9a3fa4cdd2b21d967be36df260 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 1 Mar 2019 15:35:42 +0100 Subject: [PATCH] =?UTF-8?q?coorection=20script=20cr=C3=A9ation=20user=20ma?= =?UTF-8?q?ria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posttemplate/25-mariadb-passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posttemplate/25-mariadb-passwd b/posttemplate/25-mariadb-passwd index cf7ab71..f97b535 100755 --- a/posttemplate/25-mariadb-passwd +++ b/posttemplate/25-mariadb-passwd @@ -14,7 +14,7 @@ if [ -e "$dc" -a -n "`fgrep mysql_upgrade $dc 2>/dev/null`" ]; then else pass=`perl -e 'print map{("a".."z","A".."Z",0..9)[int(rand(62))]}(1..16)'`; if [ ! -d "$mariadb_cfdir" ]; then - then install -o 0 -g 0 -m 0755 -d $mariadb_cfdir + install -o 0 -g 0 -m 0755 -d $mariadb_cfdir fi umask 066 cat /dev/null > $dc