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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user