aozhiwei 1680f0d93b 1
2020-02-02 22:51:33 +08:00

8 lines
89 B
Bash
Executable File

#!/bin/bash
source ./common.sh
python manage.py restart $1 ${JAR_NAME}
echo 'success'