1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

Fix typo in sbin/tiny-cloud --disable

This commit is contained in:
Guido Trotter 2023-10-12 21:16:10 +00:00 committed by Jake Buchholz Göktürk
parent 79e770a8fc
commit 2f3ef42d9b

View File

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