5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
|
|
/usr/local/bin/ctl init --env-file /opt/monok8s/config/cluster.env >>/var/log/monok8s/bootstrap.log 2>&1 &
|