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:
-rwxr-xr-xetc/library.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/library.sh b/etc/library.sh
index df371362..8efeab64 100755
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -234,6 +234,7 @@ function configure_script()
config $SCRIPT || return 1 # writes "$INSTALLATION_CODE"
echo -e "$INSTALLATION_CODE" > $SCRIPT # save configuration
source ./$SCRIPT # load configuration
+ printf '\033[2J' && tput cup 0 0 # clear screen, don't clear scroll, cursor on top
echo -e "Launching \e[1m$( basename $SCRIPT .sh )\e[0m"
set +x
configure