From 2f3ef42d9b7525abe32ce34306c7ea2d1707fac4 Mon Sep 17 00:00:00 2001 From: Guido Trotter <28614-ultrotter@users.gitlab.alpinelinux.org> Date: Thu, 12 Oct 2023 21:16:10 +0000 Subject: [PATCH] Fix typo in sbin/tiny-cloud --disable --- sbin/tiny-cloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/tiny-cloud b/sbin/tiny-cloud index 089dad8..11f388c 100755 --- a/sbin/tiny-cloud +++ b/sbin/tiny-cloud @@ -45,7 +45,7 @@ while true; do *) usage >&2; exit 1;; esac exit 0;; - -[ED]|--enable|disable) # just openrc for now + -[ED]|--enable|--disable) # just openrc for now : "${ROOT:=}" # for mounted volumes # always start with a clean slate rm -f "$ROOT"/etc/runlevels/*/tiny-cloud*