Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Mar 3, 2021
1 parent 91514dc commit e4afa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/install_hb-uni-sen-volt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ translate_deSearch="\"dummy\" : \"\","
### for compatibility with older versions
translate_deInsert="\n \"stringTablePowerMeterVoltage\" : \"Spannung\","
if [ -z "`cat $translate_deFile | grep \"stringTablePowerMeterCurrent\"`" ]; then
if [ -z "`cat $translate_deFile | grep \"stringTablePowerMeterVoltage\"`" ]; then
sed -i "s/\($translate_deSearch\)/\1$translate_deInsert/g" $translate_deFile
fi
###

0 comments on commit e4afa26

Please sign in to comment.