touchprint/stage1/prerun.sh

6 lines
68 B
Bash
Raw Normal View History

2020-08-17 19:54:31 -04:00
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi