summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/lvc.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 9c54a9c9..f0caec1a 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -34,13 +34,15 @@ fetch_if_newer() {
# define workspace + results
#
rm -rf results screenshot.png screenshot-thumb.png
-mkdir -p results
+
if [ -z "$WORKSPACE" ] ; then
WORKSPACE=$PWD
fi
RESULTS=$WORKSPACE/results
mkdir -p $RESULTS
+mkdir -p $WORKSPACE/DebianToasterStorage
+
trap cleanup_all INT TERM EXIT
#