Ooops, delete the ; from the next if statement
This commit is contained in:
parent
3cce79a0a8
commit
3ab581a0c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user