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