1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Avoid unneeded errors deleting non existent files in install.sh

This commit is contained in:
Tino Vazquez 2012-03-13 12:56:53 +01:00
parent 557124605e
commit 0fd1d0ec85

View File

@ -1453,7 +1453,7 @@ if [ "$UNINSTALL" = "no" ] ; then
done
# Remove old migrators
rm $LIB_LOCATION/ruby/onedb/*.rb
rm $LIB_LOCATION/ruby/onedb/*.rb &> /dev/null
fi
# --- Install/Uninstall files ---