Showing 1 changed files with 1 additions and 1 deletions
+1 -1
flightgear/fgfs_function
... ...
@@ -497,7 +497,7 @@ function fgfs () {
497 497
                 --map|--lnm)
498 498
                     if ! pgrep -u $USER -fx "python3 ./fgconnect.py" > /dev/null; then
499 499
                         if test -d $FGADDON/Addons/littlenavmap -a -x $fgfs_source/fgconnect/fgconnect.py; then
500
-                            nohup sh -c "cd $fgfs_source/fgconnect; python3 ./fgconnect.py" > /dev/null 2>&1 &
500
+                            sh -c "cd $fgfs_source/fgconnect; python3 ./fgconnect.py -s" &
501 501
                         else
502 502
                             echo "can't find FGconnect or littlenavmap addon"
503 503
                             return 1