From f53e5e2300f02696e748e08d19a3bde9b5e18868 Mon Sep 17 00:00:00 2001 From: creme Date: Fri, 10 Dec 2021 12:09:38 +0000 Subject: [PATCH] fix hugo cacheDir --- bin/hugo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/hugo diff --git a/bin/hugo b/bin/hugo new file mode 100755 index 0000000..a42b3e1 --- /dev/null +++ b/bin/hugo @@ -0,0 +1,5 @@ +#!/bin/sh + +export HUGO_CACHEDIR="/tmp/hugo_cache_$USER" + +/usr/bin/hugo "$@"