aboutsummaryrefslogtreecommitdiff
path: root/files/bootless
diff options
context:
space:
mode:
Diffstat (limited to 'files/bootless')
-rwxr-xr-xfiles/bootless2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/bootless b/files/bootless
index be8fa2e..320b2f7 100755
--- a/files/bootless
+++ b/files/bootless
@@ -220,7 +220,7 @@ if [ -z "$BOOTLESS_DIR" ]; then
elif [ "$BOOTLESS_ACTION" == "init" ]; then
shift 2
bootless_init $*
-elif [ "$BOOTLESS_ACTION" == "image" ]; then
+elif [ "$BOOTLESS_ACTION" == "image" ] || [ "$BOOTLESS_ACTION" == "write" ]; then
shift 2
bootless_image $*
elif [ "$BOOTLESS_ACTION" == "check" ]; then