Skip to content

Commit cbe61fd

Browse files
authored
Merge pull request #1133 from oalbrigt/gcp-vpc-move-ip-fix-bash-detection
gcp-vpc-move-ip: fix bash path-detection
2 parents c171ac9 + f2ffc90 commit cbe61fd

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)