mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:09:26 +00:00
7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/../bin
|
|
|
|
rio login -s https://localhost:5443 -t $(<${HOME}/.rancher/rio/server/client-token)
|