From 86a0c5e6afe28256d2c50944300859847838740b Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 18 Sep 2019 13:08:51 -0400 Subject: [PATCH] Add Makefile --- failover/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 failover/Makefile diff --git a/failover/Makefile b/failover/Makefile new file mode 100644 index 0000000..eeb7a24 --- /dev/null +++ b/failover/Makefile @@ -0,0 +1,5 @@ +primary: + ./failover.sh -p 192.168.56.113 -s 192.168.56.114 -H 192.168.56.113 + +secondary: + ./failover.sh -p 192.168.56.113 -s 192.168.56.114 -H 192.168.56.114