Update file run_before_01-add-temporary-includes.tmpl
This commit is contained in:
parent
0c6d1a6d5f
commit
752f219b9a
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue