diff options
Diffstat (limited to 'sbin')
| -rwxr-xr-x | sbin/itzks-systems.do_preseed | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/itzks-systems.do_preseed b/sbin/itzks-systems.do_preseed index 10ce65d..8394386 100755 --- a/sbin/itzks-systems.do_preseed +++ b/sbin/itzks-systems.do_preseed @@ -37,5 +37,7 @@ 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 ... " -dpkg -l ocsinventory-agent 1>/dev/null 2>/dev/null && dpkg-reconfigure -pcritical ocsinventory-agent && echo "DONE." || echo "FAILED!!!" +dpkg -l ocsinventory-agent 1>/dev/null 2>/dev/null && {  +    dpkg-reconfigure -pcritical ocsinventory-agent && echo "DONE." || echo "FAILED!!!" +} || echo "NEEDS INSTALL."  echo  | 
