test
This commit is contained in:
parent
cfae79d0f6
commit
f9cf7d9435
@ -82,8 +82,8 @@ systemctl set-default graphical.target
|
||||
# Autorun script
|
||||
# ============================================================
|
||||
|
||||
mkdir -p $HOME/obscreen/var/run
|
||||
curl https://raw.githubusercontent.com/jr-k/obscreen/master/system/autostart-browser-x11.sh | sed "s#/home/pi#$WORKING_DIR#g" | sed "s#=pi#=$OWNER#g" | sed "s#=http://localhost:5000#=$obscreen_studio_url#g" | tee $HOME/obscreen/var/run/play
|
||||
mkdir -p "$WORKING_DIR/obscreen/var/run"
|
||||
curl https://raw.githubusercontent.com/jr-k/obscreen/master/system/autostart-browser-x11.sh | sed "s#/home/pi#$WORKING_DIR#g" | sed "s#=pi#=$OWNER#g" | sed "s#=http://localhost:5000#=$obscreen_studio_url#g" | tee "$WORKING_DIR/obscreen/var/run/play"
|
||||
|
||||
# ============================================================
|
||||
# Start
|
||||
|
||||
Loading…
Reference in New Issue
Block a user