Update powerwall.sh

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

View File

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