fix hugo cacheDir

This commit is contained in:
creme 2021-12-10 12:09:38 +00:00
parent a449f44163
commit f53e5e2300
1 changed files with 5 additions and 0 deletions

5
bin/hugo Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
export HUGO_CACHEDIR="/tmp/hugo_cache_$USER"
/usr/bin/hugo "$@"