summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:10:07 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:10:07 -0400
commitc8035ba97f5ff80a1f844e0c4574b3f2a3e497ee (patch)
tree1a62c4fc1d73dc2b7e6f233c72ee053c5cad9b33
parent7ab41208f4e5037e345558a0aa6d3f55d6565918 (diff)
downloadpuppet-tozt-c8035ba97f5ff80a1f844e0c4574b3f2a3e497ee.tar.gz
puppet-tozt-c8035ba97f5ff80a1f844e0c4574b3f2a3e497ee.zip
give my user the ability to write files to the temp directory
-rw-r--r--modules/tozt/files/metabase1
1 files changed, 1 insertions, 0 deletions
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