Commit d140911b authored by peter_he's avatar peter_he Committed by Erik Wilson

Fix install.sh comment typo (#638)

parent 13845df0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment