diff options
-rw-r--r-- | main/postgresql/pg-restore.initd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/postgresql/pg-restore.initd b/main/postgresql/pg-restore.initd index 3d1ad50f6d..1cc4da5c8f 100644 --- a/main/postgresql/pg-restore.initd +++ b/main/postgresql/pg-restore.initd @@ -37,8 +37,3 @@ purge() { start() { restore } - -stop() { - dump -} - |