summaryrefslogtreecommitdiff
path: root/update-me.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-me.in')
-rw-r--r--update-me.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-me.in b/update-me.in
index b115ed9..bf31a22 100644
--- a/update-me.in
+++ b/update-me.in
@@ -11,6 +11,7 @@ then
if ! "${hasSudo}"
then
hostname
+ echo -ne "\033]0;$(hostname): $(basename "$0")\007"
err=1
maxCount=3
while [ ${err} -eq 1 ] && [ ${maxCount} -gt 0 ]