Formatting changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function create_sns_root {
|
||||
function init_store {
|
||||
|
||||
if [ ! -r "$ROOT_DIR" ]; then mkdir -p "$ROOT_DIR"; WILL_INIT="TRUE"; fi
|
||||
if [ ! -d "$TMP_DIR" ]; then mkdir -p "$TMP_DIR" ; WILL_INIT="TRUE"; fi
|
||||
7
src/includes/verify_store.sh
Normal file
7
src/includes/verify_store.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# verify_store.sh
|
||||
# sns
|
||||
#
|
||||
# Created by Jon-William Lewis on 1/31/16.
|
||||
#
|
||||
Reference in New Issue
Block a user