summaryrefslogtreecommitdiff
path: root/update-all.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-all.in')
-rw-r--r--update-all.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-all.in b/update-all.in
index fd1d72a..d1cf12b 100644
--- a/update-all.in
+++ b/update-all.in
@@ -29,6 +29,7 @@ do
else
uCmd="su -c \"${uCmd//;/ && }\""
fi
+ uCmd="${uCmd} && echo 'fertig' || echo 'fehlgeschlagen'; read s"
urxvt -e ${conCmd} "hostname; ${uCmd}" &
done
done