Update basic-install.sh

Fixed comment line 40
This commit is contained in:
Eric Wolf 2017-09-30 16:34:38 -04:00 committed by GitHub
parent b0eceddcec
commit 1615fa63e3
1 changed files with 1 additions and 1 deletions

View File

@ -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}')