Fix typo
This commit is contained in:
parent
8d56ba7211
commit
6ec7143705
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
source functions.sh
|
source functions.sh
|
||||||
|
|
||||||
# Trap the signals for container exit and run gracefull_exit function
|
# Trap the signals for container exit and run graceful_exit function
|
||||||
trap 'gracefull_exit' SIGQUIT SIGKILL SIGTERM
|
trap 'graceful_exit' SIGQUIT SIGKILL SIGTERM
|
||||||
|
|
||||||
# Prepare, format and define initial variables
|
# Prepare, format and define initial variables
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ function disable_third_party_PCIe_card_Dell_default_cooling_response () {
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# Prepare traps in case of container exit
|
# Prepare traps in case of container exit
|
||||||
function gracefull_exit () {
|
function graceful_exit () {
|
||||||
apply_Dell_fan_control_profile
|
apply_Dell_fan_control_profile
|
||||||
|
|
||||||
# Reset third-party PCIe card cooling response to Dell default depending on the user's choice at startup
|
# Reset third-party PCIe card cooling response to Dell default depending on the user's choice at startup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue