Corrected various typos (#91)
* Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 101
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then
|
||||
copy_previous
|
||||
fi
|
||||
|
Reference in New Issue
Block a user