summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 13:38:21 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 13:38:21 +0100
commit3af454683946a00772979a5dc88b53311be05612 (patch)
tree4ae052968e4a16ab7b50393184652c67dd5d8758
parentace780179626798b9443e81d518574b980c32bb9 (diff)
adds XDG_RUNTIME_DIR explicitly in update.sh
-rw-r--r--update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 6b547d4..8b553a4 100644
--- a/update.sh
+++ b/update.sh
@@ -3,4 +3,4 @@
cd /home/joeac.net/joeac.net \
&& sudo -u joeac.net git pull \
&& sudo -u joeac.net make \
- && sudo -u joeac.net make reinstall
+ && sudo -u joeac.net XDG_RUNTIME_DIR=/tmp/xdg/$(id -u joeac.net)-xdg-runtime-dir make reinstall