1
This commit is contained in:
parent
3a6af02a8f
commit
abf0e6c539
@ -13,4 +13,4 @@ tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
||||
dir_name=`basename $PWD`
|
||||
package_name=${dir_name}.tar.gz
|
||||
|
||||
tar --exclude=*.git -chzf target/${package_name} bin common.sh reload.sh restart.sh config ${EXT_PKG_FILES}
|
||||
tar --exclude=*.git -chzf target/${package_name} bin common.sh reload.sh restart.sh ecosystem.config.js config ${EXT_PKG_FILES}
|
||||
|
@ -1,12 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
#source ./common.sh
|
||||
source ./common.sh
|
||||
|
||||
#ps -ef|grep ${PROJECT_NAME} > bin/ps.log
|
||||
ps -ef|grep ${PROJECT_NAME} > bin/ps.log
|
||||
|
||||
instances=(${1//,/ })
|
||||
n=$2
|
||||
PROJECT_NAME=wsproxy2004
|
||||
|
||||
for i in ${instances[@]}
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user