fix path to absolute

This commit is contained in:
2015-07-10 09:36:00 +03:00
parent f5739fe5af
commit 62565abcde

View File

@@ -34,7 +34,7 @@ USER="$2"
PASS="$3"
SYSUSER=$(whoami)
NOTES="~/$SYSUSER-Notes.txt"
NOTES="$HOME/$SYSUSER-Notes.txt"
NOTESTMP=.Notes.txt.tmp
## FUNCTIONS