From 1bec7b619cb5e9d9256105cc2a52de6f08411fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VAN=20DER=20BIEST=20C=C3=A9lian?= Date: Fri, 10 Nov 2017 22:32:18 +0100 Subject: [PATCH] Forgot #!/bin/bash --- utils/airtime-backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/airtime-backup.sh b/utils/airtime-backup.sh index afd8f9503..92356e15e 100644 --- a/utils/airtime-backup.sh +++ b/utils/airtime-backup.sh @@ -1,3 +1,5 @@ +#!/bin/bash + sound_folder='/srv/airtime/stor/' backup_folder='/home/example/backup/' psql_user='airtime'