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:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/library.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/etc/library.sh b/etc/library.sh
index a3330fce..aeb5fd97 100755
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -162,19 +162,8 @@ function config()
case $RET in
$DIALOG_CANCEL)
- dialog \
- --no-lines --clear \
- --backtitle "$BACKTITLE" \
- --yesno "Really quit?" 10 30
- case $? in
- $DIALOG_OK)
- echo "Aborted"
- return 1
- ;;
- $DIALOG_CANCEL)
- RET=99
- ;;
- esac
+ echo "Aborted"
+ return 1
;;
$DIALOG_OK)
local RET=( $value )
@@ -203,7 +192,6 @@ function config()
[[ "$CFGOUT" != "" ]] && echo -e "$CONFIG" > "$CFGOUT"
}
-
function install_script()
{
(