7 lines
129 B
Bash
7 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $SMS_HOME/bin
|
||
|
java -server kr.fujitsu.com.ffw.daemon.DaemonLauncher -mode:xml -path:$CONFIG_FILE &
|
||
|
cd $APP_HOME
|
||
|
|