diff --git a/add-jibri-node.sh b/add-jibri-node.sh index e056b00..488f21c 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -206,10 +206,7 @@ else # Your audio driver might not be able to load. # We'll check the state of this Jibri with our 'test-jibri-env.sh' tool. #-----------------------------------------------------------------------" -read -n 1 -s -r -p "Press any key to continue..."$'\n' -curl -s \ -$TEST_JIBRI_ENV \ -> /tmp/test-jibri-env.sh +curl -s $TEST_JIBRI_ENV > /tmp/test-jibri-env.sh #Test tool if [ "$MODE" = "debug" ]; then bash /tmp/test-jibri-env.sh -m debug @@ -217,6 +214,7 @@ $TEST_JIBRI_ENV \ bash /tmp/test-jibri-env.sh fi rm /tmp/test-jibri-env.sh +read -n 1 -s -r -p "Press any key to continue..."$'\n' fi } diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 5a7cdee..89962f2 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -76,13 +76,13 @@ else # Your audio driver might not be able to load. # We'll check the state of this Jibri with our 'test-jibri-env.sh' tool. #-----------------------------------------------------------------------" -read -n 1 -s -r -p "Press any key to continue..."$'\n' #Test tool if [ "$MODE" = "debug" ]; then bash $PWD/tools/test-jibri-env.sh -m debug else bash $PWD/tools/test-jibri-env.sh fi +read -n 1 -s -r -p "Press any key to continue..."$'\n' fi } # sed limiters for add-jibri-node.sh variables