Files
object-browser/sso-integration/set-sso.sh
2022-03-24 20:11:42 -07:00

10 lines
142 B
Bash
Executable File

#!/bin/sh
echo "127.0.0.1 keycloak-container" | sudo tee -a /etc/hosts
echo " "
echo " "
echo "/etc/hosts:"
cat /etc/hosts
echo " "
echo " "