changed shebang in backup scripts

This commit is contained in:
André Bauer 2018-02-01 07:09:32 +01:00
parent 0d62ee7b9a
commit 228b800df9
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# zammad backup script config
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# zammad backup script functions
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# zammad backup script
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# zammad restore script
#