burrow-pi-img/stage2/prerun.sh

6 lines
68 B
Bash
Raw Permalink Normal View History

2016-04-11 06:29:41 +00:00
#!/bin/bash -e
2018-03-02 20:08:24 +00:00
if [ ! -d "${ROOTFS_DIR}" ]; then
2016-04-11 06:29:41 +00:00
copy_previous
fi