kopia lustrzana https://github.com/OpenDroneMap/WebODM
Removed old initialization code
rodzic
4281c534a2
commit
784d8eb9d3
6
start.sh
6
start.sh
|
@ -54,12 +54,6 @@ if [ "$1" = "--setup-devenv" ] || [ "$2" = "--setup-devenv" ]; then
|
|||
webpack --watch &
|
||||
fi
|
||||
|
||||
if [[ ! -e .initialized ]]; then
|
||||
echo Cleaning up plugins
|
||||
./webodm.sh plugin cleanup
|
||||
touch .initialized
|
||||
fi
|
||||
|
||||
echo Running migrations
|
||||
python manage.py migrate
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue