mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-16 11:52:43 +03:00
Fix typo in sbin/tiny-cloud --disable
This commit is contained in:
parent
79e770a8fc
commit
2f3ef42d9b
@ -45,7 +45,7 @@ while true; do
|
|||||||
*) usage >&2; exit 1;;
|
*) usage >&2; exit 1;;
|
||||||
esac
|
esac
|
||||||
exit 0;;
|
exit 0;;
|
||||||
-[ED]|--enable|disable) # just openrc for now
|
-[ED]|--enable|--disable) # just openrc for now
|
||||||
: "${ROOT:=}" # for mounted volumes
|
: "${ROOT:=}" # for mounted volumes
|
||||||
# always start with a clean slate
|
# always start with a clean slate
|
||||||
rm -f "$ROOT"/etc/runlevels/*/tiny-cloud*
|
rm -f "$ROOT"/etc/runlevels/*/tiny-cloud*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user