espeak "Astronaut. Please enter pass phrase and email of your TW"

This commit is contained in:
fred 2023-01-01 21:34:02 +01:00
parent 2f8786d9cf
commit 951d467930
2 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ if [[ ! ${TIDDLER} ]]; then
## LIMIT TO 12 MAXIMUM COPY PER DAY PER PLAYER
boucle=$((boucle+1))
espeak "Video Number $boucle FILE SIZE = $FILE_SIZE" > /dev/null 2>&1
espeak "GOOD! Video Number $boucle = $FILE_SIZE" > /dev/null 2>&1
### CREATE GIF ANIM

View File

@ -50,8 +50,8 @@ CHOICE="$3"
[[ ${PLAYER} == "" ]] \
&& ${MY_PATH}/start.sh \
&& espeak "Astroport Empty. Create your TW" \
&& xdg-open "http://astroport.localhost" \
&& espeak "Astronaut. Please enter pass phrase and email of your TW" \
&& xdg-open "http://astroport.localhost:1234" \
&& exit 1
PSEUDO=$(myPlayerPseudo)