diff options
Diffstat (limited to 'helpers/lh_binary_encryption')
-rwxr-xr-x | helpers/lh_binary_encryption | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index 79c4791..480c382 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -53,8 +53,7 @@ esac Echo_message "Begin encrypting root filesystem image..." # Requiring stage file -Require_stagefile .stage/bootstrap -Require_stagefile .stage/binary_rootfs +Require_stagefile .stage/bootstrap .stage/binary_rootfs # Checking stage file Check_stagefile .stage/binary_encryption |