burrow-pi-img/stage5/prerun.sh

5 lines
65 B
Bash
Raw Normal View History

2017-03-30 16:52:32 +00:00
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi