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
|
fi
|
||||||
|
|
||||||
# Add --max_allowed_packet=... mysqldump option to ${OPT}
|
# Add --max_allowed_packet=... mysqldump option to ${OPT}
|
||||||
if [ "${MAX_ALLOWED_PACKET}" ]
|
if [ "${MAX_ALLOWED_PACKET}" ];
|
||||||
then
|
then
|
||||||
OPT="${OPT} --max_allowed_packet=${MAX_ALLOWED_PACKET}"
|
OPT="${OPT} --max_allowed_packet=${MAX_ALLOWED_PACKET}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user