1
This commit is contained in:
parent
c2cdad0a58
commit
f319442255
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source ./common.sh
|
||||||
|
|
||||||
python manage.py restart $1 $2
|
python manage.py restart $1 $2
|
||||||
|
|
||||||
echo 'success'
|
echo 'success'
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source ./common.sh
|
||||||
|
|
||||||
cd bin
|
cd bin
|
||||||
nohup ./$3 -i $1 -n $2 >> $3$2_$1.out 2>&1 &
|
nohup ./${PROJECT_NAME} -i $1 -n $2 >> ${PROJECT_NAME}$2_$1.out 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user