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

zmena chybovych hlasek

parent 238d81e0
No related branches found
No related tags found
No related merge requests found
...@@ -104,10 +104,10 @@ oldPackageChck() ...@@ -104,10 +104,10 @@ oldPackageChck()
echo -n "Checking previous Warden server installation ... " echo -n "Checking previous Warden server installation ... "
old_package_version_file=$(find "$basedir" -name package_version) old_package_version_file=$(find "$basedir" -name package_version)
if [ -f "$old_package_version_file" ]; then if [ -f "$old_package_version_file" ]; then
old_package_version=$(<"$old_package_version_file")
echo "FAILED!" echo "FAILED!"
echo echo
old_package_version=$(<"$old_package_version_file") echo "Package $old_package_version is installed!"
echo "Sorry, but $old_package_version package is installed!"
echo "For update of warden server package please use update.sh" echo "For update of warden server package please use update.sh"
exit 1 exit 1
fi fi
...@@ -123,7 +123,7 @@ perlChck() ...@@ -123,7 +123,7 @@ perlChck()
else else
echo "FAILED!" echo "FAILED!"
echo echo
echo "Error: Perl interpreter is not installed!" echo "Perl interpreter is not installed!"
exit 1 exit 1
fi fi
} }
......
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