RaspbianRed/stage4/prerun.sh
2020-08-17 21:21:44 -06:00

5 lines
68 B
Bash
Executable file

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