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 'bin/nextcloudpi-config')
-rwxr-xr-xbin/nextcloudpi-config2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/nextcloudpi-config b/bin/nextcloudpi-config
index 1b701a0c..96edbd09 100755
--- a/bin/nextcloudpi-config
+++ b/bin/nextcloudpi-config
@@ -59,6 +59,8 @@ function nextcloud-config()
# launch selected script
info_script $script.sh || continue;
configure_script $script.sh
+ echo "Press any key..."
+ read
done
return
} # force to read the whole thing into memory, as its contents might change in update.sh