summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbin/itzks-systems.do_preseed2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/itzks-systems.do_preseed b/sbin/itzks-systems.do_preseed
index 8394386..6632caa 100755
--- a/sbin/itzks-systems.do_preseed
+++ b/sbin/itzks-systems.do_preseed
@@ -36,7 +36,7 @@ do_preseed ocsinventory-agent ocsinventory-agent/tag string $CUSTOMER
do_preseed ocsinventory-agent ocsinventory-agent/method select http
do_preseed ocsinventory-agent ocsinventory-agent/server string inventory.it-zukunft-schule.de
-echo -n "Silently running dpkg-reconfigure on package ocsinventory-agent ... "
+echo "Silently running dpkg-reconfigure on package ocsinventory-agent ... "
dpkg -l ocsinventory-agent 1>/dev/null 2>/dev/null && {
dpkg-reconfigure -pcritical ocsinventory-agent && echo "DONE." || echo "FAILED!!!"
} || echo "NEEDS INSTALL."