diff --git a/init.sh b/init.sh index d0660fe..af50160 100755 --- a/init.sh +++ b/init.sh @@ -17,7 +17,7 @@ fi if [ "$STREAM" = "TRUE" ] || [ "$STREAM" = "ON" ]; then echo "Stream enabled" - sed -i "s,^stream:.*,stream: true," "${CONFIG}" + sed -i "s,^stream:.*,stream: ask," "${CONFIG}" fi if [ "$CONVERT" = "TRUE" ] || [ "$CONVERT" = "ON" ]; then