aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/build_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/build_common.sh b/deploy/build_common.sh
index acac5da..97d0965 100644
--- a/deploy/build_common.sh
+++ b/deploy/build_common.sh
@@ -68,7 +68,7 @@ check_args() {
if [ ! -d "$OUTDIR" ]; then
mkdir "$OUTDIR"
else
- warning "$OUTDIR already exists, erasing it"
+ # warning "$OUTDIR already exists, erasing it"
rm "$OUTDIR"/*
fi
} \ No newline at end of file