clic-rpi-image/stage2/prerun.sh
TJ Rana 3441133d1c Corrected various typos (#91)
* Rename License.md to LICENSE

* Correct typos

* Clean up code layout

Organize layout with extra lines
2017-07-27 12:11:07 +02:00

6 lines
66 B
Bash
Executable file

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