Update powerwall.sh

This commit is contained in:
2023-10-31 11:43:01 -05:00
parent ef40525c0b
commit a2217dc562

View File

@@ -612,7 +612,7 @@ CHECKPOWER(){
fi
done
echo waiting...
sleep 2s
sleep 1s
done
end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}"