Skip to content

Commit 6e38bd9

Browse files
committed
use double quotes to actually display the URL
1 parent 23dc330 commit 6e38bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distros/Docker/shutorial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ run)
3333
fi
3434
firefox "$url" 2>/dev/null
3535
echo ''
36-
echo 'Please open $$url in your browser if it was not automatically done (use Ctrl-Insert in place of Ctrl-C if you need to copy this URL).'
36+
echo "Please open $url in your browser if it was not automatically done (use Ctrl-Insert in place of Ctrl-C if you need to copy this URL)."
3737
echo 'When you are done, simply press Ctrl-D to exit the shutorial.'
3838
echo ''
3939
docker run -v ./site/usage/$exo:/exo -e LANG=C.UTF-8 -it shutorial sh -c "if test -f /exo/setup.sh; then /bin/bash /exo/setup.sh; fi && export PATH='/shutorial/bin:$PATH' && /bin/bash"

0 commit comments

Comments
 (0)