diff options
Diffstat (limited to 'examples/worker1')
| -rw-r--r-- | examples/worker1/worker1.cfg | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/examples/worker1/worker1.cfg b/examples/worker1/worker1.cfg index 178723c..4883181 100644 --- a/examples/worker1/worker1.cfg +++ b/examples/worker1/worker1.cfg @@ -8,24 +8,24 @@  --- -w_tags: +w_commands:      [       {         t_name: "LOG",         t_keyrings: ["allowed_users.asc"], -       t_commands: [ +       t_actions: [                      { -                     c_url: "file:///home/katolaz/bin/scorsh_script.sh" -##                     c_hash: "12da324fb76s924acbce" +                     a_url: "file:///home/katolaz/bin/scorsh_script.sh" +##                     a_hash: "12da324fb76s924acbce"                      }                     ]        },       {         t_name: "build",         t_keyrings: ["allowed_users.asc"], -       t_commands: [ +       t_actions: [                      { -                     c_url: "file:///home/katolaz/bin/scorsh_script.sh" +                     a_url: "file:///home/katolaz/bin/scorsh_script.sh"                      }                     ]        } | 
