aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-02-04 16:05:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-02-04 16:05:08 -0200
commit7d86eee12b557ad18cbe6a24b796542c0c11fe57 (patch)
tree0d20ba9b59e871a8abb487591c588c8864047426
parentbd23f3afb6238175924be485d77dedca381d278c (diff)
downloadinception-7d86eee12b557ad18cbe6a24b796542c0c11fe57.tar.gz
inception-7d86eee12b557ad18cbe6a24b796542c0c11fe57.tar.bz2
Updates DIRNAME
-rwxr-xr-xinfection2
1 files changed, 1 insertions, 1 deletions
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"