mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-18 21:30:13 +00:00
commit
7884423e05
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ QUERY_LOGGING=true
|
||||||
INSTALL_WEB=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)
|
screen_size=$(stty size 2>/dev/null || echo 24 80)
|
||||||
rows=$(echo "${screen_size}" | awk '{print $1}')
|
rows=$(echo "${screen_size}" | awk '{print $1}')
|
||||||
columns=$(echo "${screen_size}" | awk '{print $2}')
|
columns=$(echo "${screen_size}" | awk '{print $2}')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue