1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/stage2/prerun.sh

5 lines
65 B
Bash
Raw Normal View History

2016-04-11 02:29:41 -04:00
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi