summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-20 15:55:26 +0100
committerErich Eckner <git@eckner.net>2021-03-20 15:55:26 +0100
commitb218e6f965a53e2cd444ec3a7a35dc8f9310b35b (patch)
treeefd2697f1cd0fd0f1d2b2b42ee5ec336a8d6bcd0
parent52f7ce8d5119c4ab0d84b5e956081c2658f53bfe (diff)
downloadupdate-all-b218e6f965a53e2cd444ec3a7a35dc8f9310b35b.tar.xz
update-all: 0c18fa69acb10e086514323008d153d4504c5543 forgot one "s" on update-me
-rw-r--r--update-all.in2
1 files changed, 1 insertions, 1 deletions
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