Update all helper scripts to '/usr/bin/env bash' shebang

This commit is contained in:
Harald Glatt
2019-05-10 15:41:24 +02:00
parent 1c56225b15
commit 7dc0a05a71
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ ! -z ${MAILCOW_BACKUP_LOCATION} ]]; then
BACKUP_LOCATION="${MAILCOW_BACKUP_LOCATION}"