From d140911b55c1e043dba74ca42660f1c6d5786fc4 Mon Sep 17 00:00:00 2001 From: peter_he <32184438+caicai942@users.noreply.github.com> Date: Mon, 15 Jul 2019 23:37:31 +0800 Subject: [PATCH] Fix install.sh comment typo (#638) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8d87db90e8..c9af7fcdd1 100755 --- a/install.sh +++ b/install.sh @@ -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