Erreur de syntaxe dans la configuration de local/bin/play_tophaire.sh
This commit is contained in:
parent
881804df34
commit
eed90f26c4
|
@ -7,7 +7,7 @@ test -f "${config_filename}" && . "${config_filename}" || echo "# Fichier de con
|
||||||
### edit directory path music background
|
### edit directory path music background
|
||||||
if [[ -z "${jingle_tophoraire+set}" ]]; then
|
if [[ -z "${jingle_tophoraire+set}" ]]; then
|
||||||
jingle_tophoraire=$(xdg-user-dir MUSIC)/jingles/t1.top_h_hkc.mp3
|
jingle_tophoraire=$(xdg-user-dir MUSIC)/jingles/t1.top_h_hkc.mp3
|
||||||
echo "jingle_tophaire=${jingle_tophoraire}" | tee -a "${config_filename}"
|
echo "jingle_tophoraire=${jingle_tophoraire}" | tee -a "${config_filename}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,5 +21,3 @@ play "$jingle_mp3" >/dev/null 2>&1 &
|
||||||
heure_actuelle=$(date +'%k')
|
heure_actuelle=$(date +'%k')
|
||||||
message_annonce="top horaire. $heure_actuelle heures"
|
message_annonce="top horaire. $heure_actuelle heures"
|
||||||
espeak-ng "$message_annonce" -v fr+f5 -p 25 -s 135
|
espeak-ng "$message_annonce" -v fr+f5 -p 25 -s 135
|
||||||
|
|
||||||
espeak-ng "top horaire. $(date +\'%k\') heures" -v fr+f5 -p 25 -s 135
|
|
||||||
|
|
Loading…
Reference in New Issue