diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 2cf2c61d..1775a8d9 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -37,7 +37,7 @@ QUERY_LOGGING=true INSTALL_WEB=true -# Find the rows and columns will default to 80x24 is it can not be detected +# Find the rows and columns will default to 80x24 if it can not be detected screen_size=$(stty size 2>/dev/null || echo 24 80) rows=$(echo "${screen_size}" | awk '{print $1}') columns=$(echo "${screen_size}" | awk '{print $2}')