Lines
This commit is contained in:
parent
66bdd41ec1
commit
23bb82dae6
|
@ -61,7 +61,9 @@ function install_final {
|
||||||
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
||||||
if [ -f /root/${PROJECT_NAME}-wifi.cfg ]; then
|
if [ -f /root/${PROJECT_NAME}-wifi.cfg ]; then
|
||||||
create_wifi_startup_script
|
create_wifi_startup_script
|
||||||
|
echo ''
|
||||||
echo $'Shutting down the system. Detatch the ethernet cable, then power on again.'
|
echo $'Shutting down the system. Detatch the ethernet cable, then power on again.'
|
||||||
|
echo ''
|
||||||
shutdown now
|
shutdown now
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue