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:
parent
79e770a8fc
commit
2f3ef42d9b
@ -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*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user