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

pridana mezera do vypisu

parent 74a98e31
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ PerlSwitches -I $lib
changeServerPath()
{
echo -n "Update server path ...";
echo -n "Update server prefix path ... ";
perl -pi -e "s#/opt#${prefix}#" ${lib}/Warden.pm 2> $err; ret_val=`echo $?`
if [ $ret_val -eq 0 ]; then
......
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