diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-04 16:05:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-04 16:05:08 -0200 |
commit | 7d86eee12b557ad18cbe6a24b796542c0c11fe57 (patch) | |
tree | 0d20ba9b59e871a8abb487591c588c8864047426 /infection | |
parent | bd23f3afb6238175924be485d77dedca381d278c (diff) | |
download | inception-7d86eee12b557ad18cbe6a24b796542c0c11fe57.tar.gz inception-7d86eee12b557ad18cbe6a24b796542c0c11fe57.tar.bz2 |
Updates DIRNAME
Diffstat (limited to 'infection')
-rwxr-xr-x | infection | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |