Formatting changes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# verify_store.sh
|
||||
# sns
|
||||
#
|
||||
# Created by Jon-William Lewis on 1/31/16.
|
||||
#
|
||||
function verify_store {
|
||||
STORE_DIRS=("$ROOT_DIR" "$NOTES_DIR" "$TMP_DIR")
|
||||
for DIR in ${STORE_DIRS[]}; do
|
||||
mkdir -p "$DIR"
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user