Minor improvment suggested by ChatGPT <3
This commit is contained in:
parent
f03b57725e
commit
f8cfad314e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Enable strict bash mode to stop the script if an uninitialized variable is used, if a command fails, or if a command with a pipe fails
|
||||
set -euo pipefail
|
||||
|
||||
# Define global functions
|
||||
# This function applies Dell's default dynamic fan control profile
|
||||
function apply_Dell_fan_control_profile () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue