From 9264de76f4b8c030b84afe0809b2eba99e7de255 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 25 Jan 2023 05:06:59 +0000 Subject: [PATCH] Update file run_before_01-add-temporary-includes.tmpl --- .../run_before_01-add-temporary-includes.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.tmpl b/home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.tmpl index e8dbeaad..756de598 100644 --- a/home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.tmpl +++ b/home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.tmpl @@ -4,9 +4,9 @@ ### Ensure /tmp/tmp-profile is created and owned by root if [ ! -f /tmp/tmp-profile ]; then # Add pre-scaffolding profile to /tmp/tmp-profile so it's easier to navigate through scripts - cat << 'EOF' > /tmp/tmp-profile - {{ includeTemplate "universal/profile-inline" }} - EOF + cat <<'EOF' > /tmp/tmp-profile +{{ includeTemplate "universal/profile-inline" }} +EOF # Make /tmp/tmp-profile owned by root to prevent tampering sudo chown root /tmp/tmp-profile @@ -15,9 +15,9 @@ fi ### Ensure /tmp/tmp-logg is created and owned by root if [ ! -f /tmp/tmp-logg ]; then # Add pre-scaffolding /tmp/tmp-logg - cat << 'EOF' > /tmp/tmp-logg - {{ includeTemplate "universal/logg-inline" }} - EOF + cat <<'EOF' > /tmp/tmp-logg +{{ includeTemplate "universal/logg-inline" }} +EOF # Make /tmp/tmp-logg owned by root to prevent tampering sudo chown root /tmp/tmp-logg