summaryrefslogtreecommitdiff
path: root/update-all.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-07 18:42:49 +0200
committerErich Eckner <git@eckner.net>2021-04-07 18:42:49 +0200
commitfe9f4a21fe7d45f6ffbfabd82b2386a0b477b743 (patch)
tree2dbb50ac14360b78108f6934a15fce41d3daffee /update-all.in
parentb218e6f965a53e2cd444ec3a7a35dc8f9310b35b (diff)
downloadupdate-all-fe9f4a21fe7d45f6ffbfabd82b2386a0b477b743.tar.xz
update-all: cleanup
Diffstat (limited to 'update-all.in')
-rw-r--r--update-all.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/update-all.in b/update-all.in
index 854e2a5..fdeeaa5 100644
--- a/update-all.in
+++ b/update-all.in
@@ -62,12 +62,11 @@ pids=()
for system in "${!systems[@]}"; do
if [ -z "${DISPLAY}" ]; then
screen -S update-all -d -m "${0}" "${system}" "${tmp_dir}" 's'
- screen -S update-clear-all -d -m "${0}" "${system}" "${tmp_dir}" 'c'
else
urxvt -title "${systems["${system}"]}: update-me" -e "${0}" "${system}" "${tmp_dir}" 's' &
pids+=($!)
- screen -S update-clear-all -d -m "${0}" "${system}" "${tmp_dir}" 'c'
fi
+ screen -S update-clear-all -d -m "${0}" "${system}" "${tmp_dir}" 'c'
done
if [ -z "${DISPLAY}" ]; then