Commit 14f3dadf authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

bugfix

parent 3bfedb10
......@@ -43,7 +43,7 @@ do
#--------------------------------------------------------------------------------------------------------------------------------
if [ "$i" == "ISPConfig" ] ; then
server_conf
if [[ "$mysql_pass" == "" ]]; then
if [[ "$MYSQL_PASS" == "" ]]; then
dialog --msgbox "Mysql password can't be blank. Exiting..." 7 70
exit
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment