mirror of https://github.com/OpenVidu/openvidu.git
Add /bin/bash to create_image.sh script
parent
64d3c09bd4
commit
9a3b7d5ae7
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
VERSION=$1
|
||||
if [[ ! -z $VERSION ]]; then
|
||||
cp ../utils/discover_my_public_ip.sh ./discover_my_public_ip.sh
|
||||
|
|
Loading…
Reference in New Issue