mirror of https://github.com/k3s-io/k3s
parent
10be950df5
commit
d7e5c86041
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $(id -u) = 0 ]; then
|
||||
RANCHER_PATH="/var/lib/rancher"
|
||||
else
|
||||
RANCHER_PATH="$HOME/.rancher"
|
||||
fi
|
Loading…
Reference in new issue