diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-21 20:16:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-21 20:16:29 +0300 |
| commit | 707b98ef16b4355644a720b9f2039997cc3e3e9c (patch) | |
| tree | 2353e0af3cfb14a8401b9aa4f24496c7f5c948dc | |
| parent | 72d248eba6f0e8a2e300f0ba9f70ba10d0f0c9c8 (diff) | |
fix path
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index d887e6a..13031ad 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -426,7 +426,7 @@ task 'gogios', group => 'frontends', file '/tmp/gogios.cron', ensure => 'file', content => template('./etc/gogios.cron.tpl', - gogios_path => $fqdns), + gogios_path => $gogios_path), mode => '600'; run 'cat /tmp/gogios.cron | crontab -u _gogios -'; |
