summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update-all.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/update-all.in b/update-all.in
index c672d8a..ab8dcf9 100644
--- a/update-all.in
+++ b/update-all.in
@@ -19,8 +19,6 @@ do
else
conCmd="ssh -t -t $s"
fi
- echo "updating ${s} ..."
- ${conCmd} "su -c \"${updateCmd["${systemTyp}"]}\""
- echo "... ${s} updated"
+ urxvt -e ${conCmd} "hostname; su -c \"${updateCmd["${systemTyp}"]}\"" &
done
done