Update entrypoint

Typo
This commit is contained in:
M0VUB 2023-08-06 22:42:27 +01:00 committed by GitHub
parent ee789c8846
commit 37d5a4adc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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