Explorar el Código

Merge pull request #24 from dennisse/master

Use the more portable shebang `/usr/bin/env bash`
Emmanuel B hace 9 meses
padre
commit
18f5cabb7b
Se han modificado 1 ficheros con 1 adiciones y 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