mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Fix shebangs in new scripts after rebasing
This commit is contained in:
parent
b79774ff96
commit
071631dc16
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Installing dependencies..."
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
sudo iptables -I INPUT -s 0/0 -p tcp --dport 8300 -j ACCEPT
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Starting Consul..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user