Update default.inc
This commit is contained in:
@@ -110,7 +110,14 @@ detect_os () {
|
|||||||
echo "${OSinfo[@]}"
|
echo "${OSinfo[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTER2CONTINUE(){
|
||||||
|
echo "Press ENTER to continue"
|
||||||
|
while read answer; do
|
||||||
|
if [ -z "$answer" ]; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user