mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
Don't clear the screen
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# Update webmin/usermin to the latest develop version from GitHub repo
|
||||
# inspired by authentic-theme/theme-update.sh script, thanks @rostovtsev
|
||||
#
|
||||
VERS="1.6.8, 2018-10-30"
|
||||
VERS="1.6.9, 2020-06-18"
|
||||
#
|
||||
COPY=" Kay Marquardt <kay@rrr.de> https://github.com/gnadelwartz"
|
||||
#############################################################################
|
||||
@ -34,9 +34,6 @@ if [[ -t 1 && "${NCOLOR}" != "YES" ]] ; then
|
||||
NC='\e[0m'
|
||||
fi
|
||||
|
||||
# Clear screen for better readability
|
||||
[[ "${ASK}" == "YES" ]] && clear
|
||||
|
||||
# Get webmin/usermin dir based on script's location
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
PROD="webmin" # default
|
||||
|
Reference in New Issue
Block a user