diff options
author | Erich Eckner <git@eckner.net> | 2020-07-12 21:38:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-12 21:38:40 +0200 |
commit | 4543880d7fa368eec90f4316ef8a5fea91fd75ce (patch) | |
tree | 00ee9ddabc3911380854ef392be06578d18d41d7 | |
parent | 11dc621c69260ae942b8b1100b9d0d0181cf8143 (diff) | |
download | update-all-4543880d7fa368eec90f4316ef8a5fea91fd75ce.tar.xz |
update-all: `sleep 1` to see all screens
-rw-r--r-- | update-all.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-all.in b/update-all.in index b1455a4..e5412d7 100644 --- a/update-all.in +++ b/update-all.in @@ -67,6 +67,7 @@ for system in "${!systems[@]}"; do done if [ -z "${DISPLAY}" ]; then + sleep 1 pids=( $( screen -list \ |