showpiece-pi/stage9/prerun.sh
2025-04-27 16:24:09 -05:00

6 lines
68 B
Bash
Executable File

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