diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-19 12:28:26 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-19 12:28:26 +1100 |
commit | a5e3c82c0789e69b6730cbd3eabd98372d6caa8d (patch) | |
tree | a787cdc4c3f0ce62645158fbdeb23d916b59ce26 /script/mailin | |
parent | 13e2ee3ee80d8a768ebd0ab12aed5421e6368463 (diff) |
Upgrade script syntax (not fully tested)
Diffstat (limited to 'script/mailin')
-rwxr-xr-x | script/mailin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mailin b/script/mailin index b4d77f7a4..6ed6bc7db 100755 --- a/script/mailin +++ b/script/mailin @@ -13,7 +13,7 @@ source commonlib/shlib/deployfns read_conf config/general -script/runner 'RequestMailer.receive(STDIN.read)' <"$INPUT" >"$OUTPUT" 2>&1 +rails runner 'RequestMailer.receive(STDIN.read)' <"$INPUT" >"$OUTPUT" 2>&1 ERROR_CODE=$? if [ ! "$ERROR_CODE" = "0" ] then |