Skip to content

Commit 9fdbe27

Browse files
committedDec 8, 2016
Updating snitches
1 parent 83e5227 commit 9fdbe27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎bin/backup

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
sudo -u postgres /usr/bin/pg_dump progcom > /opt/progcom-backup/db/progcom-db-`date +%Y-%m-%d_%H-%M-%S`.sql
44

5-
/opt/tarsnap/bin/tarsnap -c --keyfile /root/tarsnap.key --cachedir /opt/progcom-backup-cache -f progcom-`date +%Y-%m-%d_%H-%M-%S` /opt/progcom-backup && curl https://nosnch.in/0540fdd2ae > /dev/null
5+
/opt/tarsnap/bin/tarsnap -c --keyfile /root/tarsnap.key --cachedir /opt/progcom-backup-cache -f progcom-`date +%Y-%m-%d_%H-%M-%S` /opt/progcom-backup && curl https://nosnch.in/c5fce6f393 > /dev/null

‎bin/pull

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
/usr/bin/envdir /opt/progcom-envdir/ /opt/progcom-venv/bin/python /opt/progcom/pull_updates.py && curl https://nosnch.in/2c44c566ad > /dev/null
3+
/usr/bin/envdir /opt/progcom-envdir/ /opt/progcom-venv/bin/python /opt/progcom/pull_updates.py && curl https://nosnch.in/e71a3f17a8 > /dev/null

0 commit comments

Comments
 (0)
Please sign in to comment.