Fix a bug running the autoinstall functionality.

Submitted by:	kris
Obtained from:	PC-BSD
This commit is contained in:
Josh Paetzel 2012-03-12 18:50:37 +00:00
parent 62ce43ccc8
commit 610ced0a75

View File

@ -114,7 +114,7 @@ then
esac
fi
${PROGDIR}/pc-sysinstall -c ${INSTALL_CFG}
pc-sysinstall -c ${INSTALL_CFG}
if [ $? -eq 0 ]
then
if [ -n "$SHUTDOWN_CMD" ]