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')
-rwxr-xr-xetc/library.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/library.sh b/etc/library.sh
index ebba330b..d623b1db 100755
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -236,6 +236,7 @@ function configure_script()
echo -e "Launching \e[1m$( basename $SCRIPT .sh )\e[0m"
set +x
configure
+ return 0
)
}