summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 6a40772..b5303c8 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -6,6 +6,7 @@
# -d <dir>, --download=<dir> absolute dir for downloads.
# -c <path>, --config=<path> path to config file.
#
+rm -rf /tmp/fbgui
script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
# to get the path only - not the script name - add
working_path=`dirname "$script_path"`