This commit is contained in:
2019-04-21 03:24:49 -04:00
parent 5d1908a095
commit 8dd7e28ad0
16 changed files with 96 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
function scan-history
sudo systemctl start postgresql.service
# and systemctl status postgresql.service
and source $spv_dir/src/api-keys.sh
and source $spv_dir/src/scripts/api-keys.sh
and $spv_dir/src/scripts/update-history.sh
and cat $spv_dir/src/api/management/commands/update-history.log | tail -n 1
end