diff options
Diffstat (limited to 'cgit')
| -rwxr-xr-x | cgit/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/start.sh b/cgit/start.sh index ea3b4f0..42ff6e2 100755 --- a/cgit/start.sh +++ b/cgit/start.sh @@ -6,6 +6,6 @@ require-layer cgit export SF_PATH=run -sf.base node start cgit_net '{ module: sf.eiface, configuration: { inet: "10.2.0.1/24" } }' +sf.base node start cgit_net '{ module: sf.eiface, configuration: { inet: "10.2.0.1/24" } }' sf.base node start cgit_host "$(cat cgit/host/conf)" sf.base link start cgit_net_link cgit_net '' cgit_host eth0 |
