clic-rpi-image/stage4/prerun.sh
Serge Schneider ff2d5edee1 shellcheck
2018-03-13 12:50:50 +00:00

6 lines
68 B
Bash
Executable file

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