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 'etc/library.sh')
-rw-r--r--etc/library.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/library.sh b/etc/library.sh
index e8ab7305..1b41fe2c 100644
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -33,6 +33,7 @@ function configure_app()
local vars+=("$var")
local vals+=("$val")
local idx=$((i+1))
+ [[ "$val" == "" ]] && val=_
local parameters+="$var $idx 1 $val $idx 15 60 120 "
done