Explorar o código

Merge pull request #24 from dennisse/master

Use the more portable shebang `/usr/bin/env bash`
Emmanuel B hai 9 meses
pai
achega
18f5cabb7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      autopostgresqlbackup

+ 1 - 1
autopostgresqlbackup

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