burrow-pi-img/stage3/prerun.sh
2016-04-11 07:34:01 +01:00

5 lines
65 B
Bash
Executable File

#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi