Fix ectool path in power.sh

This commit is contained in:
Jeremy Soller
2021-12-02 10:35:56 -07:00
parent ab0c55fae2
commit 7d75235081

View File

@ -10,7 +10,7 @@ then
fi fi
has_ec=0 has_ec=0
if ./ectool.sh info 2> /dev/null if ./scripts/ectool.sh info 2> /dev/null
then then
has_ec=1 has_ec=1
fi fi