mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 01:19:33 +00:00
8 lines
135 B
Bash
Executable File
8 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/../bin
|
|
|
|
echo Running
|
|
go run -tags "apparmor" ../cmd/server/main.go --debug server --disable-agent
|