From 328d53fc5176cfc262ec7f193bdf94612ca710d7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 14 Aug 2020 01:58:35 +0200 Subject: [PATCH] install_mysql.sh: fix error - forgot ';' sign near creation of pid directora. --- install_mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_mysql.sh b/install_mysql.sh index 148aac4..3c4a63a 100755 --- a/install_mysql.sh +++ b/install_mysql.sh @@ -5647,7 +5647,7 @@ fi echo "" echononl "Erstelle Pid Verzeichnis '$SYSTEMD_PID_DIR'.." -if [[ ! -d "${SYSTEMD_PID_DIR}" ]] then +if [[ ! -d "${SYSTEMD_PID_DIR}" ]] ; then echo "" >> ${logdir}/main.log echo "## - Erstelle Pid Verzeichnis '$SYSTEMD_PID_DIR'.." >> ${logdir}/main.log