From 7d86eee12b557ad18cbe6a24b796542c0c11fe57 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 4 Feb 2018 16:05:08 -0200 Subject: Updates DIRNAME --- infection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection b/infection index 0f9e9ad..12e7f9f 100755 --- a/infection +++ b/infection @@ -5,7 +5,7 @@ # Parameters BASENAME="`basename $0`" -DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)" +DIRNAME="$(cd `dirname $0`/.. &> /dev/null && pwd)" EXCLUDES="--exclude=local --exclude=stowpkg/tree" DATE="`date +%Y%m%d%I%M%S`" BACKUPS="$HOME/.backups/$DATE" -- cgit v1.2.3