11 lines
165 B
Bash
11 lines
165 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "--start send TMoney file"
|
||
|
|
||
|
cd $SMS_HOME/bin
|
||
|
|
||
|
java biz.cms_TMoneySender.TMoneySenderPollingAction -path:$CONFIG_FILE -cmd:001
|
||
|
|
||
|
cd $APP_HOME/batch
|
||
|
|