refractoring

This commit is contained in:
koksnuss
2018-05-27 00:01:12 +02:00
parent 8c8203927c
commit 05bc0370b0
5 changed files with 73 additions and 17 deletions

View File

@ -10,7 +10,7 @@ else
[[ -f "$DIR/BAT$BLOCK_INSTANCE/uevent" ]] && BATS="$DIR/BAT$BLOCK_INSTANCE/uevent"
fi
if [[ "${BATS}" == "" ]]; then
if [[ "$BATS" == "" ]]; then
echo " no battery "
echo "n/a"
exit 33