1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Minor code issues

This commit is contained in:
downtownallday
2020-06-14 18:23:11 -04:00
parent 41188ad42c
commit a6f54a9bd3
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ dump_file() {
fi
echo "--------"
if [ !-e "$log_file" ]; then
if [ ! -e "$log_file" ]; then
echo "DOES NOT EXIST"
elif [ ! -z "$lines" ]; then
tail -$lines "$log_file"