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