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

odstraneni chybovych hlasek pri selhani kopirovani post-instalacniho souboru

parent 66ee07c3
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ removeSymlinks() ...@@ -146,7 +146,7 @@ removeSymlinks()
uninstallWardenServer() uninstallWardenServer()
{ {
echo -n "Uninstalling $package_version package ... " echo -n "Uninstalling $package_version package ... "
cp "${doc}/UNINSTALL" "$uninstall" cp "${doc}/UNINSTALL" "$uninstall" 2> /dev/null
manifest=$(find "$basedir" -name MANIFEST) || err manifest=$(find "$basedir" -name MANIFEST) || err
for file in $(<"$manifest") for file in $(<"$manifest")
do do
......
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