start postgresql after install

This commit is contained in:
Jamil Bou Kheir
2020-11-08 22:58:43 -06:00
parent 4475247a8e
commit c1b2fbbde4

View File

@@ -89,6 +89,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y postgresql wireguard iptables net-tools
sudo systemctl start postgresql
sudo dpkg -i fireguard*.deb
# Wait for app to start