This commit is contained in:
Andros Fenollosa 2023-05-03 15:23:35 +02:00
parent fa4cfce4e1
commit c7ee202c89

View File

@ -152,10 +152,14 @@ while [ $# -gt 0 ] ; do
fi fi
;; ;;
--low) --low)
LOW_BATTERY=$2 if [ $# -eq 2 ]; then
LOW_BATTERY=$2
fi
;; ;;
--high) --high)
HIGH_BATTERY=$2 if [ $# -eq 2 ]; then
HIGH_BATTERY=$2
fi
;; ;;
*) *)
esac esac