You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
528 B
21 lines
528 B
7 years ago
|
diff -uNr a/heartbeat/VirtualDomain b/heartbeat/VirtualDomain
|
||
|
--- a/heartbeat/VirtualDomain 2016-04-26 12:22:22.345053246 +0200
|
||
|
+++ b/heartbeat/VirtualDomain 2016-04-26 12:24:27.479535075 +0200
|
||
|
@@ -263,8 +263,6 @@
|
||
|
|
||
|
if [ -n "$emulator" ]; then
|
||
|
basename $emulator
|
||
|
- else
|
||
|
- ocf_log error "Unable to determine emulator for $DOMAIN_NAME"
|
||
|
fi
|
||
|
}
|
||
|
|
||
|
@@ -301,6 +299,7 @@
|
||
|
;;
|
||
|
# This can be expanded to check for additional emulators
|
||
|
*)
|
||
|
+ ocf_log error "Unable to determine emulator for $DOMAIN_NAME"
|
||
|
;;
|
||
|
esac
|
||
|
|