aboutsummaryrefslogtreecommitdiffstats
path: root/stage4/prerun.sh
blob: a5ea5f40b26c1ac4d7fb6e59548833770e0671b1 (plain)
1
2
3
4
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
	copy_previous
fi