This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
clic-rpi-image/stage3/prerun.sh
2020-06-18 17:42:02 +02:00

5 lines
66 B
Bash
Executable file

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