smartd: fix 'cat: command not found' error
This commit is contained in:
parent
7ebacd1a43
commit
292715ce23
@ -17,7 +17,7 @@ let
|
|||||||
#! ${pkgs.stdenv.shell}
|
#! ${pkgs.stdenv.shell}
|
||||||
${optionalString nm.enable ''
|
${optionalString nm.enable ''
|
||||||
{
|
{
|
||||||
cat << EOF
|
${pkgs.coreutils}/bin/cat << EOF
|
||||||
From: smartd on ${host} <root>
|
From: smartd on ${host} <root>
|
||||||
To: undisclosed-recipients:;
|
To: undisclosed-recipients:;
|
||||||
Subject: SMART error on $SMARTD_DEVICESTRING: $SMARTD_FAILTYPE
|
Subject: SMART error on $SMARTD_DEVICESTRING: $SMARTD_FAILTYPE
|
||||||
@ -30,7 +30,7 @@ let
|
|||||||
''}
|
''}
|
||||||
${optionalString nw.enable ''
|
${optionalString nw.enable ''
|
||||||
{
|
{
|
||||||
cat << EOF
|
${pkgs.coreutils}/bin/cat << EOF
|
||||||
Problem detected with disk: $SMARTD_DEVICESTRING
|
Problem detected with disk: $SMARTD_DEVICESTRING
|
||||||
Warning message from smartd is:
|
Warning message from smartd is:
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ let
|
|||||||
${optionalString nx.enable ''
|
${optionalString nx.enable ''
|
||||||
export DISPLAY=${nx.display}
|
export DISPLAY=${nx.display}
|
||||||
{
|
{
|
||||||
cat << EOF
|
${pkgs.coreutils}/bin/cat << EOF
|
||||||
Problem detected with disk: $SMARTD_DEVICESTRING
|
Problem detected with disk: $SMARTD_DEVICESTRING
|
||||||
Warning message from smartd is:
|
Warning message from smartd is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user