fix(warpclock): shellcheck for modules.d/00warpclock
parent
2fabaaa62d
commit
f8e90c8f70
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if test -e /etc/adjtime; then
|
||||
while read line; do
|
||||
while read -r line; do
|
||||
if test "$line" = LOCAL; then
|
||||
hwclock --systz
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue