small bug fixes and improvements
[automated-distro-installer] / dsfull
diff --git a/dsfull b/dsfull
index c5cb230546219ffd0d9198e0fcf6892ee07f905d..44588bab377722cd45d102afa7492636bf929120 100755 (executable)
--- a/dsfull
+++ b/dsfull
@@ -24,7 +24,7 @@ set -x
 if $reboot; then
     ssh $host sudo bash <<'EOF' || [[ $? == 255 ]]
 touch /tmp/keyscript-off
-reboot ||:
+reboot
 EOF
 fi