fixed variable typo
This commit is contained in:
parent
3783c7db19
commit
5beb643819
@ -345,7 +345,7 @@ if [ "$checkResult" = "1" ]; then
|
|||||||
checkExist find $sqlDumpDir
|
checkExist find $sqlDumpDir
|
||||||
checkResult="$?"
|
checkResult="$?"
|
||||||
if [ "$checkResult" = "0" ]; then
|
if [ "$checkResult" = "0" ]; then
|
||||||
echo -e "\e[1;39mConfirmed: \e[0;33m$sqlDumDir \e[1;39mcreated.\e[0m" \
|
echo -e "\e[1;39mConfirmed: \e[0;33m$sqlDumpDir \e[1;39mcreated.\e[0m" \
|
||||||
>> $logFileVerbose
|
>> $logFileVerbose
|
||||||
else
|
else
|
||||||
# cannot continue without a place to dump SQL
|
# cannot continue without a place to dump SQL
|
||||||
|
Loading…
Reference in New Issue
Block a user