We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d3e0f commit 651af97Copy full SHA for 651af97
bref/entrypoint.sh
@@ -5,7 +5,7 @@ set -e
5
6
GGLL_LOCALHOST_IP=$(dig +short -t A ggll.localhost)
7
8
-if [ id -u = 0 ]; then
+if [ $(id -u) = 0 ]; then
9
echo "export GGLL_LOCALHOST_IP=$GGLL_LOCALHOST_IP" >> ~/.bashrc
10
fi
11
0 commit comments