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

zmena vypisu pri instalaci

parent b8d0871a
No related branches found
No related tags found
No related merge requests found
......@@ -389,16 +389,17 @@ changeServerPath
create_symlinks
echo
echo "Please check client configuration file in ${client_conf}!"
echo "Please check server configuration file in ${server_conf}!"
echo "Please check Apache configuration file in ${apache_conf}!"
echo "Please check configuration files:"
echo " - ${client_conf}"
echo " - ${server_conf}"
echo " - ${apache_conf}"
echo
echo "Warden server directory: $server_path"
echo
echo "Please follow post-installation steps in ${doc}/INSTALL!"
echo
echo "Installation of $package_version package was SUCCESSFUL!!!"
echo
echo "Please follow post-installation steps in ${doc}/INSTALL!"
# cleanup section
rm -rf $err
......
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