touchprint/stage5/prerun.sh

6 lines
68 B
Bash
Raw Normal View History

2017-03-30 12:52:32 -04:00
#!/bin/bash -e
2018-03-02 15:08:24 -05:00
if [ ! -d "${ROOTFS_DIR}" ]; then
2017-03-30 12:52:32 -04:00
copy_previous
fi