Skip to content

Commit f2ffc90

Browse files
committed
gcp-vpc-move-ip: fix bash path-detection
1 parent c171ac9 commit f2ffc90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ AC_CONFIG_FILES([heartbeat/conntrackd], [chmod +x heartbeat/conntrackd])
951951
AC_CONFIG_FILES([heartbeat/dnsupdate], [chmod +x heartbeat/dnsupdate])
952952
AC_CONFIG_FILES([heartbeat/eDir88], [chmod +x heartbeat/eDir88])
953953
AC_CONFIG_FILES([heartbeat/fio], [chmod +x heartbeat/fio])
954+
AC_CONFIG_FILES([heartbeat/gcp-vpc-move-ip], [chmod +x heartbeat/gcp-vpc-move-ip])
954955
AC_CONFIG_FILES([heartbeat/iSCSILogicalUnit], [chmod +x heartbeat/iSCSILogicalUnit])
955956
AC_CONFIG_FILES([heartbeat/iSCSITarget], [chmod +x heartbeat/iSCSITarget])
956957
AC_CONFIG_FILES([heartbeat/jira], [chmod +x heartbeat/jira])

heartbeat/gcp-vpc-move-ip renamed to heartbeat/gcp-vpc-move-ip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!@BASH_SHELL@
22
#
33
#
44
# OCF resource agent to move an IP address within a VPC in GCP

0 commit comments

Comments
 (0)