Skip to content

Commit 651af97

Browse files
author
Sébastien HOUZÉ
authored
fix(bref): previous pr (#78)
1 parent a2d3e0f commit 651af97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bref/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
GGLL_LOCALHOST_IP=$(dig +short -t A ggll.localhost)
77

8-
if [ id -u = 0 ]; then
8+
if [ $(id -u) = 0 ]; then
99
echo "export GGLL_LOCALHOST_IP=$GGLL_LOCALHOST_IP" >> ~/.bashrc
1010
fi
1111

0 commit comments

Comments
 (0)