commit | 7a1fa735442a3aefca847815b0301e25791d0c07 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Wed Sep 14 17:32:10 2016 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Wed Sep 14 17:32:10 2016 +0200 |
tree | fa99e42d86eb094d16490a026c83d45a5d46db40 | |
parent | d8eedcea4edd2e7a77f979fdfecb38d856e5b076 [diff] |
typo fix.
diff --git a/postgresql/files/restore_wal.sh b/postgresql/files/restore_wal.sh index 0e170f3..144cd32 100644 --- a/postgresql/files/restore_wal.sh +++ b/postgresql/files/restore_wal.sh
@@ -40,7 +40,7 @@ chown postgres:postgres -R $POSTGRESQL_DATA_DIR chmod 0700 -R $POSTGRESQL_DATA_DIR - echo "Changing permission to data" + echo "Changing permission to wals folder" chown postgres:postgres -R $POSTGRESQL_DIR/pgbackup/wals/ chmod 0700 -R $POSTGRESQL_DIR/pgbackup/wals/