diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 03:16:30 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 03:16:30 +0300 |
commit | 264f98101241fa4c6e298ef544ee55eeb8d8cb96 (patch) | |
tree | bd174ad19c2e74af0fe697036b3a23801101bb19 /deploy | |
parent | af87ad4f6595c92db8d24968007ea8215a22fc5a (diff) |
deploy/build_(css|js): hide useless warning
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/build_common.sh | 2 |
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 |