mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-08 10:53:13 -04:00
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ $(id -u) = 0 ]; then
|
|
RANCHER_PATH="/var/lib/rancher"
|
|
else
|
|
RANCHER_PATH="$HOME/.rancher"
|
|
fi
|