diff --git a/home.admin/config.scripts/blitz.bootdrive.sh b/home.admin/config.scripts/blitz.bootdrive.sh index 1b9e0d811..217510285 100644 --- a/home.admin/config.scripts/blitz.bootdrive.sh +++ b/home.admin/config.scripts/blitz.bootdrive.sh @@ -66,7 +66,7 @@ if [ "${action}" == "fsexpand" ]; then if [ -x ${resizeRaspbian} ]; then echo "# RUNNING EXPAND RASPBERRYPI: ${resizeRaspbian}" sudo $resizeRaspbian --expand-rootfs 1>&2 - echo "# DONE" + echo "# DONE - please reboot" else echo "# FAIL to execute on ${baseimage}: ${resizeRaspbian}" echo "err='expand failed'" @@ -77,7 +77,7 @@ if [ "${action}" == "fsexpand" ]; then if [ -x ${resizeArmbian} ]; then echo "# RUNNING EXPAND ARMBIAN: ${resizeArmbian}" sudo $resizeArmbian start 1>&2 - echo "# DONE" + echo "# DONE - please reboot" else echo "# FAIL to execute on ${baseimage}: ${resizeArmbian}" echo "err='expand failed'"