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