Follow guidlines

This commit is contained in:
mollusk 2022-10-09 07:45:01 -07:00
parent 7a23304c9c
commit d9b6d6b3c5

View File

@ -87,7 +87,7 @@ withoutLoop(){
elif [ $? = "1" ];then
if [ "${play_sound}" = "true" ];then
${sound_player} ${player_opts} ${sound_file} "${sound_message}" &
${sound_player} "${player_opts}" "${sound_file}" "${sound_message}" &
fi