6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "Starting Consul..."
|
|
sudo start consul
|