From c67e1321a01388c19bdfd3b54e9d0b9d5043d00b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Oct 2019 19:21:27 +0200 Subject: [PATCH] Some adjustments to the launcher script. --- ultimate.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ultimate.sh b/ultimate.sh index 0a39e6e..bd16c61 100755 --- a/ultimate.sh +++ b/ultimate.sh @@ -17,6 +17,9 @@ for DEV in $( ip link | grep UP | cut -d" " -f2 | cut -d: -f1 | grep -v lo ); do done echo bbr | sudo tee /proc/sys/net/ipv4/tcp_congestion_control +# Make sure CSS is up-to-date +sass score.scss score.css + # Start the client if ! pidof ultimatescore > /dev/null; then urxvt -e /home/sesse/dev/ultimatescore/client/ultimatescore & @@ -38,6 +41,7 @@ fi --http-audio-bitrate 128 \ --quick-cut-keys \ -m 0,2 -m 1,3 -m 2,4 -m 3,5 -m 4,0 -m 5,1 + --mjpeg-export-cards=1-5 ) #-r /srv/ultimate/opptak \ -- 2.39.2