kopia lustrzana https://github.com/OpenDroneMap/WebODM
Typo
rodzic
8cecfac319
commit
204cade393
|
@ -23,7 +23,7 @@ fi
|
|||
# Stop nginx if needed (free the port used by the standalone server)
|
||||
nginx_was_running="NO"
|
||||
pgrep nginx
|
||||
if [ $? -eq 0]; then
|
||||
if [ $? -eq 0 ]; then
|
||||
killall nginx
|
||||
nginx_was_running="YES"
|
||||
fi
|
||||
|
|
Ładowanie…
Reference in New Issue