mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 15:05:50 +03:00
Update adguard-home-web.sh
Add missing space
This commit is contained in:
parent
8863e61e8e
commit
5e0fe8ba3f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Get admin tool port from configuration
|
||||
bind_port=$(grep bind_port $SNAP_DATA/AdGuardHome.yaml | awk -F ' ' '{print $2}')
|
||||
|
||||
if [ -z "$bind_port"]; then
|
||||
if [ -z "$bind_port" ]; then
|
||||
xdg-open http://localhost:3000
|
||||
else
|
||||
xdg-open http://localhost:$bind_port
|
||||
|
|
Loading…
Reference in a new issue