Update adguard-home-web.sh

Add missing space
This commit is contained in:
Alan Pope 2020-06-26 12:33:15 +01:00 committed by GitHub
parent 8863e61e8e
commit 5e0fe8ba3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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