Skip to content
Snippets Groups Projects
Commit f39b904a authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

uprava instalacnich vypisu; uprava Examplu

parent 6376b5b1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ usage()
echo "-h print this help"
echo "-V print script version number and exit"
echo
echo "Example: $ ./${0##*/} -d /opt/warden-server-2.2 -k /etc/ssl/private/server.key -c /etc/ssl/certs/server.pem -a /etc/ssl/certs/tcs-ca-bundle.pem -s /usr/local/bin"
echo "Example: $ ./${0##*/} -d /opt/warden-server -k /etc/ssl/private/server.key -c /etc/ssl/certs/server.pem -a /etc/ssl/certs/tcs-ca-bundle.pem -s /usr/local/bin"
echo
echo "For more information about installation process, see README file (section Installation)."
echo
......@@ -243,7 +243,7 @@ echo "------------------------- Installation process --------------------------"
createWardenDir
# create server configuration file
echo -n "Creating server configuration file ... "
echo -n "Creating Warden server configuration file ... "
doTemplate \
_BASEDIR_ "$basedir" \
< $server_conf_tmpl \
......@@ -260,7 +260,7 @@ doTemplate \
> $apache_conf && echo "OK" || errClean
# create wardenWatchdog configuration file
echo -n "Creating wardenWatchdog configuration file ... "
echo -n "Creating Warden Watchdog configuration file ... "
doTemplate \
_HOSTNAME_ "$hostname" \
< $watchdog_conf_tmpl \
......
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