Browse Source

update: using `ask` of stream option

master
Dnomd343 2 years ago
parent
commit
7142f3e701
  1. 2
      init.sh

2
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

Loading…
Cancel
Save