From b23f5417fe3dbe0d8cdbba9736173a6fe4469e3c Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Thu, 27 Nov 2025 10:31:04 +0200 Subject: [PATCH] move sysupdate.log to ssd --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 2a2857c..2a862bc 100755 --- a/update.sh +++ b/update.sh @@ -15,7 +15,7 @@ REMOTE_URL="${2:-https://github.com/nakamochi/sysupdates.git}" # output everything to a temp file and print its contents only in case of an error, # so that when run via a cronjob, the output is empty on success which prevents # needless emails, were any configured. -LOGFILE="${LOGFILE:-/var/log/sysupdate.log}" +LOGFILE="${LOGFILE:-/ssd/sysupdate.log}" # a local git repo dir where to pull the updates into. REPODIR="${REPODIR:-/ssd/sysupdates}"