added echos
This commit is contained in:
@@ -110,7 +110,10 @@ let
|
|||||||
umask 077
|
umask 077
|
||||||
${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}"
|
${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}"
|
||||||
|
|
||||||
|
echo "Reloading units:"
|
||||||
${renewReloadScript}
|
${renewReloadScript}
|
||||||
|
|
||||||
|
echo "Post commands:"
|
||||||
${renewPostCommands}
|
${renewPostCommands}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user