From d9b6d6b3c511866df904c0f2431f6e9b152db14f Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 9 Oct 2022 07:45:01 -0700 Subject: [PATCH] Follow guidlines --- aping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aping.sh b/aping.sh index 426e657..fcbd91d 100755 --- a/aping.sh +++ b/aping.sh @@ -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