diff options
-rw-r--r-- | update-all.in | 2 | ||||
-rw-r--r-- | update-me.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/update-all.in b/update-all.in index 76261dc..a776498 100644 --- a/update-all.in +++ b/update-all.in @@ -14,5 +14,5 @@ do cmd="ssh -t -t ${system}" fi cmd="${cmd} update-me" - urxvt -e ${cmd} & + urxvt -title "${system}: update-me" -e ${cmd} & done diff --git a/update-me.in b/update-me.in index bf31a22..b115ed9 100644 --- a/update-me.in +++ b/update-me.in @@ -11,7 +11,6 @@ then if ! "${hasSudo}" then hostname - echo -ne "\033]0;$(hostname): $(basename "$0")\007" err=1 maxCount=3 while [ ${err} -eq 1 ] && [ ${maxCount} -gt 0 ] |