From fe9f4a21fe7d45f6ffbfabd82b2386a0b477b743 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 7 Apr 2021 18:42:49 +0200 Subject: update-all: cleanup --- update-all.in | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf