Add forgot [

This commit is contained in:
Dryusdan 2020-02-15 12:03:18 +01:00
parent f60a2f25f3
commit 2c57404bce

View file

@ -75,7 +75,7 @@ else
HOST=${4}
fi
if -z "${5}" ];
if [ -z "${5}" ];
then
warning "Port not defined, use 3306 by default"
PORT="3306"