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-config4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/nextcloudpi-config b/bin/nextcloudpi-config
index 96edbd09..477724c1 100755
--- a/bin/nextcloudpi-config
+++ b/bin/nextcloudpi-config
@@ -58,9 +58,7 @@ function nextcloud-config()
# launch selected script
info_script $script.sh || continue;
- configure_script $script.sh
- echo "Press any key..."
- read
+ configure_script $script.sh && { echo "Done. Press any key..."; read; }
done
return
} # force to read the whole thing into memory, as its contents might change in update.sh