mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
shellfmt/.editorconfig: enable trim whitespaces, run shellfmt, no actual code changes (#4849)
- shellfmt: bump to 3.6.0 (run with `bash lib/tools/shellfmt.sh`) - .editorconfig: rationalize, remove duplicated logic
This commit is contained in:
@@ -181,7 +181,7 @@ function export_raw_logs() {
|
||||
display_alert "No target file specified for export_raw_logs()" "${target_file}" "err"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
# Just tar the logs directory into target_file
|
||||
tar -C "${LOGDIR}" -cf "${target_file}" .
|
||||
}
|
||||
|
||||
@@ -186,4 +186,3 @@ function exit_with_error() {
|
||||
|
||||
exit 43
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user