clic-rpi-image/stage3/prerun.sh

6 lines
66 B
Bash
Raw Normal View History

2018-03-08 17:53:23 +00:00
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi