mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Modified entry.sh to pull changes from git
This commit is contained in:
1
entry.sh
vendored
1
entry.sh
vendored
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
sudo -u postgres pg_ctl -D /var/lib/postgres/data -l /srv/logs/pgsql.log start
|
||||
git pull
|
||||
sudo -u postgres psql -f create_db.sql
|
||||
rm /srv/http/entry.sh
|
||||
echo "sudo -u postgres pg_ctl -D /var/lib/postgres/data -l /srv/logs/lgsql.log start" > /srv/http/entry.sh
|
||||
|
||||
Reference in New Issue
Block a user