Skip to content
Snippets Groups Projects
Commit d71c493f authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

bugfix: debug mode is not running

parent eb5371e6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment