From e484b8d99db2587cd7768a96f3ad0d786551e3ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 16 Jun 2019 08:30:02 +0200 Subject: update-all: simplify screen title --- update-all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-all.in b/update-all.in index 73a3ab1..9136058 100644 --- a/update-all.in +++ b/update-all.in @@ -15,7 +15,7 @@ do fi cmd="${cmd} update-me" if [ -z "${DISPLAY}" ]; then - screen -S "update-all.${system// /.}" -d -m ${cmd} + screen -S update-all -d -m ${cmd} else urxvt -title "${system}: update-me" -e ${cmd} & fi -- cgit v1.2.3-54-g00ecf