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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-11-27 04:05:57 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-27 04:19:38 +0300
commit5e4be44142c5748b0fa2e6f7a81333289bd4dde2 (patch)
treebeab45d8bb7ad78c6d58c2348249c50e779c9aba /etc
parentb0262f9fec5478ef50f99886bb7e92121c2c4907 (diff)
change dialog text width to 120v0.67.2
Diffstat (limited to 'etc')
-rw-r--r--etc/library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/library.sh b/etc/library.sh
index 40b57fb2..abf30697 100644
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -24,7 +24,7 @@ function config()
[[ "$NO_CONFIG" == "1" ]] || test ${#VARS[@]} -eq 0 && { INSTALLATION_CODE="$( cat "$INSTALL_SCRIPT" )"; return; }
for i in $( seq 1 1 ${#VARS[@]} ); do
- local PARAM+="${VARS[$((i-1))]} $i 1 ${VALS[$((i-1))]} $i 15 60 0 "
+ local PARAM+="${VARS[$((i-1))]} $i 1 ${VALS[$((i-1))]} $i 15 60 120 "
done
local DIALOG_OK=0