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