clic-rpi-image/stage3/prerun.sh
2020-06-18 17:42:02 +02:00

6 lines
66 B
Bash
Executable file

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