From 1eb05e539ec54f404ae7367ba12233bbfebfdbf9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Feb 2024 02:47:29 -0500 Subject: convert update-weather to systemd --- local/.bin/hornet/update-weather | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local/.bin/hornet/update-weather') diff --git a/local/.bin/hornet/update-weather b/local/.bin/hornet/update-weather index fad6ff7..fb8afca 100755 --- a/local/.bin/hornet/update-weather +++ b/local/.bin/hornet/update-weather @@ -2,5 +2,6 @@ set -eu set -o pipefail -weather >~/.cache/weather.new +echo "updating weather..." +"$(dirname "$0")"/weather >~/.cache/weather.new mv ~/.cache/weather.new ~/.cache/weather -- cgit v1.2.3-54-g00ecf