typo 2>&1 2&>1
This commit is contained in:
parent
664e69df32
commit
734d08af73
@ -239,7 +239,7 @@
|
||||
create: yes
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||
block: |
|
||||
if which vcgencmd >/dev/null 2&>1
|
||||
if which vcgencmd >/dev/null 2>&1
|
||||
then
|
||||
temp=$(vcgencmd measure_temp | grep ^temp= | cut -d"=" -f2 | cut -d. -f1)
|
||||
if [ $temp -gt 75 ]
|
||||
|
Loading…
Reference in New Issue
Block a user