This commit is contained in:
fred 2023-01-16 23:42:33 +01:00
parent 05ed91f091
commit bb263ca071
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ PLAYER=$OUTPUT
&& rm -f ~/.zen/game/players/.current \
&& ln -s ~/.zen/game/players/$PLAYER ~/.zen/game/players/.current \
&& espeak "CONNECTED" \
&& . "${MY_PATH}/tools/my.sh" \
|| espeak "NO PLAYER"
&& . "${MY_PATH}/tools/my.sh"
[[ $OUTPUT == "" ]] \
&& ${MY_PATH}/start.sh \