Ooops, delete the ; from the next if statement

This commit is contained in:
Jack-Benny Persson 2013-06-09 18:06:38 +02:00
parent 3cce79a0a8
commit 3ab581a0c4

View File

@ -319,7 +319,7 @@ if [ "${EVENTS}" = "yes" ];
fi
# Add --max_allowed_packet=... mysqldump option to ${OPT}
if [ "${MAX_ALLOWED_PACKET}" ]
if [ "${MAX_ALLOWED_PACKET}" ];
then
OPT="${OPT} --max_allowed_packet=${MAX_ALLOWED_PACKET}"
fi