fix skel path

This commit is contained in:
Gerald Pinder
2025-05-11 15:17:34 -04:00
parent 8724f2e016
commit 51233b7c6e

View File

@@ -4,7 +4,7 @@
if ! id -u rke &> /dev/null; then
echo "Creating user 'rke'"
# Create user 'rke' with home directory using useradd
useradd --system -m -k /usr/libexec/rke/skel/ rke
useradd --system -m -k /usr/libexec/rke2/skel/ rke
fi
# Add 'rke' to docker group