clic-rpi-image/stage5/prerun.sh
2018-11-08 12:26:07 +00:00

6 lines
68 B
Bash
Executable file

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