Fix typo exit -> echo

This commit is contained in:
iliajie
2022-07-12 21:41:53 +03:00
parent 529df9ea9b
commit ef9c4b80b2

View File

@@ -227,7 +227,7 @@ else
fi
if [ "$var_dir" = "/" ]; then
echo "Log directory cannot be /"
exit ""
echo ""
exit 3
fi
if [ ! -d $var_dir ]; then