add load_check
This commit is contained in:
parent
a91ce0fb9e
commit
462079d040
1 changed files with 11 additions and 1 deletions
|
@ -34,7 +34,17 @@ if [ "$1" == "loadmap" ]; then
|
|||
exec python manage.py loadmap -y
|
||||
fi
|
||||
|
||||
if [ "$1" == "checkmap" ]; then
|
||||
if [ "$1" == "check" ]; then
|
||||
echo ""
|
||||
echo "### checking map..."
|
||||
exec python manage.py checkmap
|
||||
fi
|
||||
|
||||
if [ "$1" == "load_check" ]; then
|
||||
echo ""
|
||||
echo "### loading map..."
|
||||
python manage.py loadmap -y
|
||||
|
||||
echo ""
|
||||
echo "### checking map..."
|
||||
exec python manage.py checkmap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue