Formatting changes

This commit is contained in:
Jon-William Lewis
2016-02-10 23:33:43 -06:00
parent ef1469762b
commit be3871f859
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,7 @@
#!/bin/sh
# verify_store.sh
# sns
#
# Created by Jon-William Lewis on 1/31/16.
#