summaryrefslogtreecommitdiff
path: root/sto-tug-kvm2.swamid.se/overlay
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2015-04-01 14:46:25 +0200
committerJohan Lundberg <lundberg@nordu.net>2015-04-01 14:46:25 +0200
commit1fb6350b4c3dc5b529f4a2c6105ae92b6360f155 (patch)
tree195987c1539ac37b6f1bf13a87ddc1e50fab16c6 /sto-tug-kvm2.swamid.se/overlay
parent5d8e6bd7842d4a4466826522c6bb6ca7760502f9 (diff)
Removed trailing slash.sunet-ops-2015-04-01-v11
Diffstat (limited to 'sto-tug-kvm2.swamid.se/overlay')
-rwxr-xr-xsto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup b/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
index c109b7a..c3d9fb0 100755
--- a/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
+++ b/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
@@ -2,7 +2,7 @@
# Simplistic postgres backup
#
-BACKUPROOT="/var/docker/postgresql_data/backup/"
+BACKUPROOT="/var/docker/postgresql_data/backup"
DBCONTAINER="flog_db"
if [ ! -d ${BACKUPROOT} ]; then