blob: e90f1190fdd097204f4e7113a9b458a84801aa26 [file] [log] [blame]
#!/bin/sh
if [ -e /boot/1stboot.txt ]; then
export PATH=$PATH:/usr/sbin:/sbin
raspi-config --expand-rootfs
rm /boot/1stboot.txt
reboot
fi