Update backup.sh

This commit is contained in:
mirocow 2015-12-24 15:41:11 +04:00
parent efe163a783
commit 8f46f814ed

View file

@ -197,7 +197,7 @@ BIN_DEPS="mysql mysqldump $COMPRESS"
for BIN in $BIN_DEPS; do
which $BIN 1>/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Error: Required commad file not be found: $BIN"
echo "Error: Required command file not be found: $BIN"
exit 1
fi
done