We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d581938 commit 8ea802dCopy full SHA for 8ea802d
1 file changed
.additional_bashrc.sh
@@ -35,7 +35,7 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
35
fi
36
37
38
-if [ -v "$VIRTUAL_HOST" ] ; then
+if [ -v VIRTUAL_HOST ] ; then
39
echo 'Frontend URLs:'
40
echo $VIRTUAL_HOST | tr "," "\n" | awk '{print " https://" $0}'
41
0 commit comments