Skip to content

Commit 8a6753c

Browse files
authored
Merge pull request #87 from canonical/fix/install
check if microk8s is installed
2 parents c93e66b + 8482d18 commit 8a6753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/cloudinit/scripts/00-install-microk8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Assumptions:
77
# - snapd is installed
88

9-
if snap list microk8s; do
9+
if snap list microk8s; then
1010
echo "MicroK8s is already installed, will not install"
1111
exit 0
1212
fi

0 commit comments

Comments
 (0)