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