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:
parent
09a90dff26
commit
261e04d5e9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue