Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'buildlib.sh')
-rw-r--r--buildlib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib.sh b/buildlib.sh
index 7e31b6c3..4346877f 100644
--- a/buildlib.sh
+++ b/buildlib.sh
@@ -118,7 +118,7 @@ $CFG_STEP
function prepare_dirs()
{
- [[ "$CLEAN" != "" ]] && rm -rf cache
+ [[ "$CLEAN" == "0" ]] || rm -rf cache
rm -rf tmp
mkdir -p tmp output cache
}