summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/startautoinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/startautoinstall.sh b/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
index 66cbe36..5e4dcfc 100755
--- a/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
+++ b/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
@@ -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" ]
OpenPOWER on IntegriCloud