Update entrypoint

Typo
This commit is contained in:
M0VUB
2023-08-06 22:42:27 +01:00
committed by GitHub
parent ee789c8846
commit 37d5a4adc9
+2 -1
View File
@@ -3,9 +3,10 @@ cd /opt/hblink3
if [ "$PARROT_ENABLE" == 1 ]
then
echo 'Staring HBlink with Parrot.....'
echo 'Starting HBlink with Parrot.....'
python /opt/hblink3/bridge.py -c hblink.cfg -r rules.py &
python /opt/hblink3/playback.py -c playback.cfg
else
echo 'Starting HBlink.....'
python /opt/hblink3/bridge.py -c hblink.cfg -r rules.py
fi