From 9cc7669f04568d9925875865fdbcfcfd26e5d087 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 13:49:02 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl, .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl --- .../universal/run_once_before_1-decrypt-age-key.tmpl | 2 +- .../universal/run_onchange_after_50-crontab.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl index 10f6fe13..e24765f9 100644 --- a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl +++ b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash {{- includeTemplate "universal/logg" }} diff --git a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl index 4195133c..cba43d0f 100644 --- a/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl +++ b/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl @@ -1,5 +1,5 @@ {{- if false }} -#!/usr/bin/env sh +#!/usr/bin/env bash # crontab config hash: {{ include (joinPath .chezmoi.homeDir ".config" "crontab" "config")| sha256sum }}