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:
parent
557124605e
commit
0fd1d0ec85
@ -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 ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user