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
2016-04-11 07:34:01 +01:00

4 lines
65 B
Bash
Executable file

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