mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix install.sh comment typo (#638)
This commit is contained in:
parent
13845df0f3
commit
d140911b55
@ -192,7 +192,7 @@ setup_env() {
|
||||
SYSTEMD_DIR="/etc/systemd/system"
|
||||
fi
|
||||
|
||||
# --- use servive or environment location depending on systemd/openrc ---
|
||||
# --- use service or environment location depending on systemd/openrc ---
|
||||
if [ "${HAS_SYSTEMD}" = "true" ]; then
|
||||
FILE_K3S_SERVICE=${SYSTEMD_DIR}/${SERVICE_K3S}
|
||||
FILE_K3S_ENV=${SYSTEMD_DIR}/${SERVICE_K3S}.env
|
||||
|
Loading…
Reference in New Issue
Block a user