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

Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112

This commit is contained in:
Ruben S. Montero 2012-03-15 12:35:08 +01:00
commit ef3efb53e3
2 changed files with 2 additions and 2 deletions

View File

@ -1468,7 +1468,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 ---

View File

@ -30,7 +30,7 @@ exec_and_log "$XM_SHUTDOWN $deploy_id" \
OUT=$(gdm)
while [ -n "$OUT" -a $(echo $OUT | awk '{print $5}') != "---s--" ]; do
while [ -n "$OUT" -a "$(echo $OUT | awk '{print $5}')" != "---s--" ]; do
sleep 1
OUT=$(gdm)
done