mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2025-06-29 16:27:31 +02:00
Automated Change by GitHub Action
This commit is contained in:
committed by
github-actions[bot]
parent
9b506fd5f0
commit
377d676348
@ -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 ]
|
||||
|
Reference in New Issue
Block a user