3441133d1c
* Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
if [ ! -d ${ROOTFS_DIR} ]; then
|
|
copy_previous
|
|
fi
|