Minor improvment suggested by ChatGPT <3
This commit is contained in:
parent
f03b57725e
commit
f8cfad314e
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Define global functions
|
||||||
# This function applies Dell's default dynamic fan control profile
|
# This function applies Dell's default dynamic fan control profile
|
||||||
function apply_Dell_fan_control_profile () {
|
function apply_Dell_fan_control_profile () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user