pi-image/custom/prerun.sh

6 lines
68 B
Bash
Raw Normal View History

2019-12-12 00:13:55 +00:00
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi