diff --git a/control b/control index a9ae76e..e55a0bc 100755 --- a/control +++ b/control @@ -6,8 +6,8 @@ cd $WORKSPACE mkdir -p var -module=message -app=falcon-$module +module=falcon-message +app=$module conf=cfg.json pidfile=var/app.pid logfile=var/app.log @@ -80,8 +80,7 @@ function build() { if [ $? -ne 0 ]; then exit $? fi - mv $module $app - ./$app -v + echo 'build success' } function pack() { @@ -124,4 +123,4 @@ elif [ "$1" == "packbin" ];then packbin else help -fi \ No newline at end of file +fi