diff --git a/screen_init.sh b/screen_init.sh index d796d02..fd827e9 100755 --- a/screen_init.sh +++ b/screen_init.sh @@ -102,7 +102,7 @@ do continue; fi; # skip empty lines - if [ -n "$line" ]; then + if [ -z "$line" ]; then continue; fi; # extract screen title and command (should also be cleaned for title)