Selaa lähdekoodia

Merge pull request #24 from dennisse/master

Use the more portable shebang `/usr/bin/env bash`
Emmanuel B 9 kuukautta sitten
vanhempi
commit
18f5cabb7b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      autopostgresqlbackup

+ 1 - 1
autopostgresqlbackup

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