Skip to content
Snippets Groups Projects
Commit 6da89de1 authored by lcappelli's avatar lcappelli
Browse files

Improve and update container starting message

parent fceff8b6
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,9 @@ fi
if [ -n "\${PS1}" ]; then
echo
echo "To build and install openresty with the ngx_http_voms_module run 'build-install-ngx-voms.sh'"
echo "'nginx-httpg_no_delegation.patch' is needed in the directory where the user runs the script"
echo "To build and install openresty with the ngx_http_voms_module run"
echo " sh build-install-openresty-voms.sh"
echo "The file 'nginx-httpg_no_delegation.patch' is needed in the directory where the user runs the script"
echo
fi
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment