This commit is contained in:
aozhiwei 2020-02-02 22:40:38 +08:00
parent 6be445c8d5
commit 4499be6acd
2 changed files with 7 additions and 0 deletions

View File

7
scripts/publish_java/restart.sh Normal file → Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
source ./common.sh
python manage.py restart $1 $2 ${JAR_NAME}
echo 'success'