summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:07:04 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:07:04 -0400
commit7ab41208f4e5037e345558a0aa6d3f55d6565918 (patch)
treeae77d0de88f87a0673017a386b37d1d4c3e35f69 /modules
parent74729498d313da7b41dadedf022d8451ece0b5c9 (diff)
downloadpuppet-tozt-7ab41208f4e5037e345558a0aa6d3f55d6565918.tar.gz
puppet-tozt-7ab41208f4e5037e345558a0aa6d3f55d6565918.zip
need -c here
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/files/metabase2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/files/metabase b/modules/tozt/files/metabase
index 93d96a0..b98114f 100644
--- a/modules/tozt/files/metabase
+++ b/modules/tozt/files/metabase
@@ -11,7 +11,7 @@ cleanup() {
trap cleanup EXIT
cd "$tmp"
-su doy /home/doy/.cargo/bin/ynab-export
+su doy -c /home/doy/.cargo/bin/ynab-export
psql -U metabase ynab < schema.sql
psql -U metabase ynab -c 'COPY accounts FROM STDIN' < accounts.tsv