From db842095bcd03aeef19d07c2c0b0efbb25f734a9 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 12 Nov 2025 14:33:07 +0100 Subject: [PATCH] Bugfix: quotes were downloading to wrong location --- packages/bsp/common/etc/cron.daily/armbian-quotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bsp/common/etc/cron.daily/armbian-quotes b/packages/bsp/common/etc/cron.daily/armbian-quotes index f7958c558f..18d185903f 100755 --- a/packages/bsp/common/etc/cron.daily/armbian-quotes +++ b/packages/bsp/common/etc/cron.daily/armbian-quotes @@ -1,3 +1,3 @@ #!/bin/bash -curl --max-time 2 -L -s -o "/tmp/quotes.txt" "https://github.armbian.com/quotes.txt" +curl --max-time 2 -L -s -o "/etc/update-motd.d/quotes.txt" "https://github.armbian.com/quotes.txt"