Codebase list python-faraday / af0e756
Remove useless step in helper-script faraday Sophie Brun 3 years ago
2 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 python-faraday (3.11.1-0kali2) kali-dev; urgency=medium
1
2 * Remove useless step in helper-script faraday
3
4 -- Sophie Brun <[email protected]> Thu, 11 Jun 2020 10:39:26 +0200
5
06 python-faraday (3.11.1-0kali1) kali-dev; urgency=medium
17
28 * New upstream version 3.11.1
33 URL="http://localhost:5985"
44
55 systemctl start postgresql
6 if sudo [ ! -d /root/.faraday ]; then
7 echo ">>> Setup"
8 sudo faraday-server setup_environment
9 fi
106
117 if ! sudo -u postgres -- psql -lqt | cut -d \| -f 1 | grep -qw faraday; then
128 echo ">>> Init database"