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

odstranena zmena certifikatu v warden-apache.conf, zmena ukazatele na soubor INSTALL

parent 400af104
No related branches found
No related tags found
No related merge requests found
...@@ -292,9 +292,6 @@ changeServerPath() ...@@ -292,9 +292,6 @@ changeServerPath()
perl -pi -e "s#/opt#${prefix}#" ${bin}/$file perl -pi -e "s#/opt#${prefix}#" ${bin}/$file
done done
echo "- update server path: $apache_conf"
perl -pi -e "s#/opt#${prefix}#" $apache_conf
echo "- update server path: ${lib}/Warden.pm" echo "- update server path: ${lib}/Warden.pm"
perl -pi -e "s#/opt#${prefix}#" ${lib}/Warden.pm perl -pi -e "s#/opt#${prefix}#" ${lib}/Warden.pm
...@@ -355,6 +352,7 @@ server_conf="${etc}/warden-server.conf" ...@@ -355,6 +352,7 @@ server_conf="${etc}/warden-server.conf"
apache_conf="${etc}/warden-apache.conf" apache_conf="${etc}/warden-apache.conf"
var="${server_path}/var" var="${server_path}/var"
lib="${server_path}/lib" lib="${server_path}/lib"
doc="${server_path}/doc"
err="/tmp/warden-err" err="/tmp/warden-err"
# check if warden-server is installed # check if warden-server is installed
...@@ -387,9 +385,6 @@ make_apache_conf ...@@ -387,9 +385,6 @@ make_apache_conf
#update paths in utilities #update paths in utilities
changeServerPath changeServerPath
#update paths in apachefile
updateCertsPath
# crate symlinks from warden server bin directory to /usr/local/bin # crate symlinks from warden server bin directory to /usr/local/bin
create_symlinks create_symlinks
...@@ -402,7 +397,7 @@ echo "Warden server directory: $server_path" ...@@ -402,7 +397,7 @@ echo "Warden server directory: $server_path"
echo echo
echo "Installation of $package_version package was SUCCESSFUL!!!" echo "Installation of $package_version package was SUCCESSFUL!!!"
echo echo
echo "Please follow post-installation steps in ${dirname}/doc/INSTALL!" echo "Please follow post-installation steps in ${doc}/INSTALL!"
# cleanup section # cleanup section
rm -rf $err 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