8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./common.sh
|
|
|
|
python manage.py restart $1 ${JAR_NAME}
|
|
|
|
echo 'success'
|