mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Remove docker desktop if statement
This commit is contained in:
parent
148f28f448
commit
b7b15584af
@ -26,10 +26,7 @@ fi
|
||||
# writing out the sub*id files above
|
||||
podman system migrate
|
||||
|
||||
if [[ "$OS" == *"Docker Desktop"* ]]; then
|
||||
export SDB_NOTIFY_HOST='docker.for.mac.host.internal'
|
||||
else
|
||||
export SDB_NOTIFY_HOST=$(ip route | head -n1 | awk '{print $3}')
|
||||
fi
|
||||
export SDB_NOTIFY_HOST=$(ip route | head -n1 | awk '{print $3}')
|
||||
|
||||
|
||||
exec $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user