From 5f5242dd21932d58bedc2ee38b7c28b1106abdca Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 4 May 2024 12:36:28 +0200 Subject: [PATCH] Add shebang --- templates/autopostgresqlbackup_post_script.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/autopostgresqlbackup_post_script.j2 b/templates/autopostgresqlbackup_post_script.j2 index 6aebaab..ffbdd0b 100644 --- a/templates/autopostgresqlbackup_post_script.j2 +++ b/templates/autopostgresqlbackup_post_script.j2 @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash -### {{ ansible_managed }} +{{ ansible_managed | comment }} source /etc/default/autopostgresqlbackup