fix(warpclock): shellcheck for modules.d/00warpclock

master
Harald Hoyer 2021-03-26 10:29:05 +01:00 committed by Harald Hoyer
parent 2fabaaa62d
commit f8e90c8f70
2 changed files with 1 additions and 1 deletions

View File

View File

@ -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