diff --git a/autoupdate.yml b/autoupdate.yml index b0f130e..691ad0d 100644 --- a/autoupdate.yml +++ b/autoupdate.yml @@ -25,7 +25,7 @@ g_lockfile g_all-to-syslog set -o pipefail - find /usr/local/sbin/autoupdate.d -name "*.update" -type f | sort | while read update + for update in $(find /usr/local/sbin/autoupdate.d -name "*.update" -type f | sort) do g_echo "Running: $update" . "$update"