From c8035ba97f5ff80a1f844e0c4574b3f2a3e497ee Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Aug 2019 01:10:07 -0400 Subject: give my user the ability to write files to the temp directory --- modules/tozt/files/metabase | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tozt/files/metabase b/modules/tozt/files/metabase index b98114f..d99377a 100644 --- a/modules/tozt/files/metabase +++ b/modules/tozt/files/metabase @@ -10,6 +10,7 @@ cleanup() { } trap cleanup EXIT +chown doy:doy "$tmp" cd "$tmp" su doy -c /home/doy/.cargo/bin/ynab-export -- cgit v1.2.3-54-g00ecf