burrow-pi-img/stage1/prerun.sh
TJ Rana 8c92d47142 Clean up code layout
Organize layout with extra lines
2017-07-26 13:02:17 -04:00

6 lines
66 B
Bash
Executable File

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