diff --git a/package/batocera/controllers/guns/fusion-lightguns/fusion-lightguns-add b/package/batocera/controllers/guns/fusion-lightguns/fusion-lightguns-add index 524dc3fba2..0bccafbb4a 100755 --- a/package/batocera/controllers/guns/fusion-lightguns/fusion-lightguns-add +++ b/package/batocera/controllers/guns/fusion-lightguns/fusion-lightguns-add @@ -37,7 +37,7 @@ trylock() { trylock checkRunningPIDAndExit1 -CHILDREN=$(evsieve-helper children "${PARENTHASH}" input usb) | grep -vE "Fusion Piggie [1-4]") # remove the joystick from the event cause it duplicates events +CHILDREN=$(evsieve-helper children "${PARENTHASH}" input usb | grep -vE "Fusion Piggie [1-4]") # remove the joystick from the event cause it duplicates events NDEVS=$(echo "${CHILDREN}" | wc -l) ############