diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 13:38:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 13:38:21 +0100 |
| commit | 3af454683946a00772979a5dc88b53311be05612 (patch) | |
| tree | 4ae052968e4a16ab7b50393184652c67dd5d8758 | |
| parent | ace780179626798b9443e81d518574b980c32bb9 (diff) | |
adds XDG_RUNTIME_DIR explicitly in update.sh
| -rw-r--r-- | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
