Automated Change by GitHub Action

This commit is contained in:
okunze
2025-06-27 21:08:43 +00:00
committed by github-actions[bot]
parent 9b506fd5f0
commit 377d676348
3 changed files with 26 additions and 8 deletions

View File

@ -7,7 +7,10 @@ argonirconfigscript=/etc/argon/argonone-ir
if [ ! -z "$1" ]
then
$pythonbin $argononefanscript FANOFF
if [ -f "$argononefanscript" ]
then
$pythonbin $argononefanscript FANOFF
fi
if [ "$1" = "poweroff" ] || [ "$1" = "halt" ]
then
if [ -f $argonirconfigscript ]