Skip to content

Commit

Permalink
fix(vendor.viomi): Syntax error in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Apr 29, 2021
1 parent 4742214 commit 2d53b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/viomi/etc/init.d/valetudo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OOM_ADJ=-17

_fix_timezone() {
zonename="$(/sbin/uci get 'system.@system[0].zonename')"
timezone="$(/sbin/uci get 'system.@system[0].timezone'))"
timezone="$(/sbin/uci get 'system.@system[0].timezone')"
changed=0

# Force system timezone to UTC instead of Shanghai
Expand Down

0 comments on commit 2d53b7c

Please sign in to comment.