Skip to content

Commit

Permalink
fix:enablebash alias option in Dockerfile CMD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 22, 2020
1 parent aa4f21a commit 8296a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/ovn-healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -euo pipefail
shopt -s expand_aliases

alias ovn-ctl='/usr/share/ovn/scripts/ovn-ctl'

Expand Down
1 change: 1 addition & 0 deletions dist/images/ovn-is-leader.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -euo pipefail
shopt -s expand_aliases

alias ovn-ctl='/usr/share/ovn/scripts/ovn-ctl'

Expand Down
1 change: 1 addition & 0 deletions dist/images/ovs-healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -euo pipefail
shopt -s expand_aliases

alias ovs-ctl='/usr/share/openvswitch/scripts/ovs-ctl'
alias ovn-ctl='/usr/share/ovn/scripts/ovn-ctl'
Expand Down

0 comments on commit 8296a9e

Please sign in to comment.