Changed store location from .config/sns to .local/sns

Bumped version to 2.0a11
This commit is contained in:
Jon Lewis
2016-05-01 20:49:35 -05:00
parent 460c9ec814
commit 0135dddae8

View File

@@ -1,5 +1,5 @@
PROD_STR="Simple Note System" PROD_STR="Simple Note System"
VER_STR="v2.0a10" VER_STR="v2.0a11"
YEAR=2016 YEAR=2016
cat << EOF cat << EOF
@@ -27,7 +27,7 @@ if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi
# Store files and locations # Store files and locations
readonly PROD_STR="$PROD_STR" readonly PROD_STR="$PROD_STR"
readonly VER_STR="$VER_STR" readonly VER_STR="$VER_STR"
readonly ROOT_DIR="\$HOME"/.config/sns readonly ROOT_DIR="\$HOME"/.local/sns
readonly NOTES_DIR="\$ROOT_DIR"/notes readonly NOTES_DIR="\$ROOT_DIR"/notes
readonly TMP_DIR="\$ROOT_DIR"/tmp readonly TMP_DIR="\$ROOT_DIR"/tmp
readonly CONFIG_FILE="\$ROOT_DIR/sns.conf" readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"