diff --git a/install.sh b/install.sh index d5de5583f0..b36e70d26c 100755 --- a/install.sh +++ b/install.sh @@ -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 ---