From 62565abcded8b409db09239df7411e68843be720 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 10 Jul 2015 09:36:00 +0300 Subject: [PATCH] fix path to absolute --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 163f57c..7b14075 100755 --- a/action.sh +++ b/action.sh @@ -34,7 +34,7 @@ USER="$2" PASS="$3" SYSUSER=$(whoami) -NOTES="~/$SYSUSER-Notes.txt" +NOTES="$HOME/$SYSUSER-Notes.txt" NOTESTMP=.Notes.txt.tmp ## FUNCTIONS