Fix TrueNAS SCALE oriented cli tools

This commit is contained in:
Lockszmith (@kateryna) 2024-11-24 21:54:37 -05:00
parent db7ba3de56
commit ec1123ecb9
3 changed files with 18 additions and 5 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd fix-kubectl; then
. <( fix-kubectl - )
if is_cmd szetup-kubectl4k3s && [ "$(systemctl is-active k3s.service)" = "active" ]; then
. <( szetup-kubectl4k3s - )
[[ -n "${DBG}" ]] && echo "kubectl for k3s setup complete."
fi