Fix install.sh comment typo (#638)

This commit is contained in:
peter_he 2019-07-15 23:37:31 +08:00 committed by Erik Wilson
parent 13845df0f3
commit d140911b55

View File

@ -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