Browse Source

Merge pull request #24 from dennisse/master

Use the more portable shebang `/usr/bin/env bash`
Emmanuel B 9 months ago
parent
commit
18f5cabb7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      autopostgresqlbackup

+ 1 - 1
autopostgresqlbackup

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # {{{ License and Copyright
 # PostgreSQL Backup Script