burrow-pi-img/stage3/prerun.sh

6 lines
66 B
Bash
Raw Normal View History

2016-04-11 06:29:41 +00:00
#!/bin/bash -e
2016-04-11 06:29:41 +00:00
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi