diff options
Diffstat (limited to 'main/postgresql/pg-restore.initd')
-rw-r--r-- | main/postgresql/pg-restore.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/pg-restore.initd b/main/postgresql/pg-restore.initd index 13462fe573..3d1ad50f6d 100644 --- a/main/postgresql/pg-restore.initd +++ b/main/postgresql/pg-restore.initd @@ -30,7 +30,7 @@ dump() { purge() { yesno "$PGDUMP" && return 0 ebegin "Removing temporary $PGDUMP PostgreSQL backup" - rm -f "$PGDUMP" + rm -f "$PGDUMP" eend $? } |