mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
bash: run shellfmt, no changes
This commit is contained in:
@@ -106,7 +106,7 @@ function pre_update_initramfs__change_initrd_compression() {
|
|||||||
function image_specific_armbian_env_ready__force_16x9_display() {
|
function image_specific_armbian_env_ready__force_16x9_display() {
|
||||||
if [[ ${BRANCH} == "legacy" ]]; then
|
if [[ ${BRANCH} == "legacy" ]]; then
|
||||||
display_alert "Forcing 16x9 display"
|
display_alert "Forcing 16x9 display"
|
||||||
run_host_command_logged echo "force_16x9_display=true" >>${SDCARD}/boot/armbianEnv.txt
|
run_host_command_logged echo "force_16x9_display=true" >> ${SDCARD}/boot/armbianEnv.txt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ function extension_prepare_config__check_sanity_usb_gadget_ums() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# @TODO: maybe include this in the bsp-cli, so it can be updated later
|
# @TODO: maybe include this in the bsp-cli, so it can be updated later
|
||||||
function pre_customize_image__inject_initramfs_usb_gadget_ums() {
|
function pre_customize_image__inject_initramfs_usb_gadget_ums() {
|
||||||
display_alert "Enabling" "usb-gadget-ums into initramfs" "info"
|
display_alert "Enabling" "usb-gadget-ums into initramfs" "info"
|
||||||
@@ -28,4 +27,3 @@ function pre_customize_image__inject_initramfs_usb_gadget_ums() {
|
|||||||
run_host_command_logged chmod -v +x "${script_file_dst}"
|
run_host_command_logged chmod -v +x "${script_file_dst}"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user