Update 2 files

- /home/.chezmoiscripts/universal/run_once_before_1-decrypt-age-key.tmpl
- /home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl
This commit is contained in:
Brian Zalewski 2022-12-25 06:27:54 +00:00
parent 09a90dff26
commit 261e04d5e9

View file

@ -14,4 +14,7 @@ if [ ! -f "${XDG_CONFIG_HOME}/age/chezmoi.txt" ]; then
else else
chmod 600 "${XDG_CONFIG_HOME}/age/chezmoi.txt" chmod 600 "${XDG_CONFIG_HOME}/age/chezmoi.txt"
fi fi
else
logg info 'Ensuring the chezmoi.txt file has proper private permissions applied'
chmod 600 "${XDG_CONFIG_HOME}/age/chezmoi.txt"
fi fi