mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:39:36 +00:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ $(id -u) = 0 ]; then
|
|
RANCHER_PATH="/var/lib/rancher"
|
|
else
|
|
RANCHER_PATH="$HOME/.rancher"
|
|
fi
|