diff options
author | tv <tv@krebsco.de> | 2017-03-02 19:57:52 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-04 02:16:44 +0100 |
commit | e71534f237057dedfcd0cd53bd89afc9ce33f1fc (patch) | |
tree | 289f1afab835c7faef7a67ee9ee68aff1c5dc006 /krebs/3modules/urlwatch.nix | |
parent | c5830150d0fd7b66fbf24f6fa58faa021d2aba00 (diff) |
krebs,tv: /var/setuid-wrappers -> /run/wrappers/bin
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r-- | krebs/3modules/urlwatch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix index e43f8de4a..126fc33bb 100644 --- a/krebs/3modules/urlwatch.nix +++ b/krebs/3modules/urlwatch.nix @@ -178,7 +178,7 @@ let echo To: ${shell.escape cfg.mailto} echo cat changes - } | /var/setuid-wrappers/sendmail -t + } | /run/wrappers/bin/sendmail -t fi ''; }; |