Files
os-builder/stage5/prerun.sh
T

6 lines
68 B
Bash
Executable File

#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi