diff options
author | Emile <hanemile@protonmail.com> | 2019-10-21 10:48:51 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-21 10:48:51 +0200 |
commit | ad8accf1018961bbb1c6421caee963f740110633 (patch) | |
tree | 7540cfc7203af420975e4367a319e47a57fa1ea0 /setup.sh | |
parent | b6229457ddc2612fc88845f1917e2562ab781425 (diff) |
updated the shebang
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index 5aa19dc..18db0f1 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # create a circus network containing most of the containers making interaction # on a network layer in between the containers possible |