diff --git a/header.sh b/header.sh index c9d0fd2..a2a87a9 100644 --- a/header.sh +++ b/header.sh @@ -1,5 +1,5 @@ PROD_STR="Simple Note System" -VER_STR="v2.0a10" +VER_STR="v2.0a11" YEAR=2016 cat << EOF @@ -27,7 +27,7 @@ if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi # Store files and locations readonly PROD_STR="$PROD_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 TMP_DIR="\$ROOT_DIR"/tmp readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"