From: Silvio Rhatto Date: Sun, 4 Feb 2018 18:05:08 +0000 (-0200) Subject: Updates DIRNAME X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d86eee12b557ad18cbe6a24b796542c0c11fe57;p=inception.git Updates DIRNAME --- 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"