touchprint/stage1/prerun.sh

7 lines
80 B
Bash
Raw Normal View History

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