mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
clear screen before nextcloudpi output
This commit is contained in:
parent
27830f5057
commit
10a9d2e4f8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user