Update default.inc
This commit is contained in:
@@ -125,12 +125,11 @@ detect_os () {
|
||||
}
|
||||
|
||||
ENTER2CONTINUE(){
|
||||
echo "Press ENTER to continue"
|
||||
while read -s answer; do
|
||||
echo -en "\n[Press ENTER to continue]"; while read -s answer; do
|
||||
if [ -z "$answer" ]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
done; echo -e "\e[1A\n\e[0K\r\n"
|
||||
}
|
||||
|
||||
SHOW_TIME() {
|
||||
|
||||
Reference in New Issue
Block a user