From b218e6f965a53e2cd444ec3a7a35dc8f9310b35b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 20 Mar 2021 15:55:26 +0100 Subject: update-all: 0c18fa69acb10e086514323008d153d4504c5543 forgot one "s" on update-me --- update-all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-all.in b/update-all.in index 7b33884..854e2a5 100644 --- a/update-all.in +++ b/update-all.in @@ -64,7 +64,7 @@ for system in "${!systems[@]}"; do 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}" & + 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 -- cgit v1.2.3-54-g00ecf