diff options
-rw-r--r-- | update-all.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |