Fixed a bug in header script which caused my home directory to be used instead of variables
This commit is contained in:
6
sns.sh
6
sns.sh
@@ -8,9 +8,9 @@ if [ -z "/Users/xilmwa" ]; then HOME=/home/"$(whoami)"; fi
|
||||
|
||||
PROD_STR="Simple Note System"
|
||||
VER_STR="v2.0a5"
|
||||
ROOTDIR="/Users/xilmwa"/.config/sns
|
||||
BASEDIR=""/notes
|
||||
CONFIGURATION="/sns.conf"
|
||||
ROOTDIR="$HOME"/.config/sns
|
||||
BASEDIR="$ROOTDIR"/notes
|
||||
CONFIGURATION="$ROOTDIR/sns.conf"
|
||||
|
||||
|
||||
# Section: Functions
|
||||
|
||||
Reference in New Issue
Block a user