if LP connected automatic VISA.print

This commit is contained in:
fred 2022-11-17 19:37:35 +01:00
parent e6c794250b
commit 7cee9fe813
1 changed files with 4 additions and 0 deletions

View File

@ -311,4 +311,8 @@ echo "Retenez votre PASS : $PASS"; sleep 2
echo $PSEUDO > ~/.zen/tmp/PSEUDO ## Return data to start.sh
echo "cool $(${MY_PATH}/face.sh cool)"
echo "$PASS"
LP=$(ls /dev/usb/lp*)
[[ $LP ]] && ${MY_PATH}/VISA.print.sh &
exit 0