diff options
-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 |