From 35633ef8654feb2c2deb946af144c5f88c53f436 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Mon, 27 Sep 2021 20:58:55 +0900 Subject: [PATCH] Fix env path --- templates/systemd-run.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/systemd-run.sh.j2 b/templates/systemd-run.sh.j2 index b44c5f5..aec3021 100644 --- a/templates/systemd-run.sh.j2 +++ b/templates/systemd-run.sh.j2 @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash set -euo pipefail systemd-run \