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:
commit
ef3efb53e3
@ -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 ---
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user