aboutsummaryrefslogtreecommitdiffstats
path: root/utility/trunc_and_populate.sh
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-25 21:12:50 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-25 21:12:50 +0100
commit8a4cb3ebf3b620834cadd58a20ca59a403ad9b77 (patch)
tree9b597ab25c967fe258b4682ebe56273b6482acd8 /utility/trunc_and_populate.sh
parentf0f343eafc7f2c39f17eaeee27bc42499b3e8cbc (diff)
reverted to previous form of populate script
Diffstat (limited to 'utility/trunc_and_populate.sh')
-rwxr-xr-xutility/trunc_and_populate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/trunc_and_populate.sh b/utility/trunc_and_populate.sh
index 1e319a2..40c049b 100755
--- a/utility/trunc_and_populate.sh
+++ b/utility/trunc_and_populate.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "Truncating the database."
-psql -U postgres -a -f /home/lemon/code/python/ctrack/utility/truncate_script.sql ctrack
+sudo -u postgres psql -f utility/truncate_script.sql ctrack
sleep 1