diff --git a/files/startup b/files/startup index 92db923c96c36c31faeec23493801b409bc275db..f538d20c3d575266b26940150b992a2f25114dae 100644 --- a/files/startup +++ b/files/startup @@ -11,12 +11,11 @@ getAnswerfile ${ANSWERFILE_PATH} /tmp/answerfile if [ $? -eq 0 ]; then finishLogEntry "done" - if [ "x${DEBUG}" = "yes" ]; then + if [ "x${DEBUG}" = "xyes" ]; then /opt/dbgmode else /opt/installer.sh - #reboot - /bin/sh + reboot fi else finishLogEntry "failed"