Update adguard-home-web.sh
This commit is contained in:
parent
5e0fe8ba3f
commit
0297c12911
|
@ -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 New Issue