diff --git a/builder/orangepi.yml b/builder/orangepi.yml index 441529f1..06be08e6 100644 --- a/builder/orangepi.yml +++ b/builder/orangepi.yml @@ -154,7 +154,7 @@ tasks: - name: "Read a file content" shell: | - cat /boot/orangepiEnv.txt + cat /boot/boot.cmd register: file_content - name: "Print the file content to a console"