kopia lustrzana https://github.com/OpenDroneMap/WebODM
Removes redundant docker 'start' from start function as docker 'up' handles the former.
rodzic
d3b664e883
commit
1cccb0e982
|
@ -265,7 +265,7 @@ start(){
|
||||||
echo "Will enable SSL ($method)"
|
echo "Will enable SSL ($method)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command="$command start || $command up"
|
command="$command up"
|
||||||
|
|
||||||
if [[ $detached = true ]]; then
|
if [[ $detached = true ]]; then
|
||||||
command+=" -d"
|
command+=" -d"
|
||||||
|
|
Ładowanie…
Reference in New Issue