mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
parent
fbee18e24d
commit
3be1904653
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ IPV6_ADDRESS=""
|
|||
QUERY_LOGGING=true
|
||||
INSTALL_WEB=true
|
||||
|
||||
if [ -z "${USER}" ]; then
|
||||
USER="$(id -un)"
|
||||
fi
|
||||
|
||||
|
||||
# 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)
|
||||
|
|
Loading…
Reference in a new issue