Unverified Commit 9137c45c authored by Brad Davidson's avatar Brad Davidson Committed by GitHub

Merge pull request #1614 from sen-subhabrata/master

install.sh: cleanup /run on uninstall
parents 3f2551ec 4006bb57
......@@ -623,6 +623,8 @@ rm -rf /var/lib/rancher/k3s
rm -rf /var/lib/kubelet
rm -f ${BIN_DIR}/k3s
rm -f ${KILLALL_K3S_SH}
rm -f /run/k3s
rm -f /run/flannel
EOF
$SUDO chmod 755 ${UNINSTALL_K3S_SH}
$SUDO chown root:root ${UNINSTALL_K3S_SH}
......
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