File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ <h3>Volume Controls</h3>
299299 socket . close ( ) ;
300300 return ;
301301 }
302- debugLog ( "Connecting to: " + 'ws://' + location . host + ':{{ .WebPort }}/ws' ) ;
303- socket = new WebSocket ( 'ws://' + location . host + ':{{ .WebPort }}/ws' ) ;
302+ debugLog ( "Connecting to: " + 'ws://' + location . host + ':{{ $config .WebPort }}/ws' ) ;
303+ socket = new WebSocket ( 'ws://' + location . host + ':{{ $config .WebPort }}/ws' ) ;
304304
305305 socket . onopen = function ( ) {
306306 term . writeln ( "Connected to the server!" ) ;
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ scp ./${RPI_BIN} ${RPI_HOST}:${RPI_HOST_PATH}/mud/${RPI_BIN} && \
2020
2121echo " Starting Server on RaspPi: ${RPI_HOST} "
2222rm ${RPI_BIN} && \
23- ssh ${RPI_HOST} -f ' cd ${RPI_HOST_PATH}; ./startup-run-mud.sh'
23+ ssh ${RPI_HOST} -f ' cd ${RPI_HOST_PATH}; sudo ./startup-run-mud.sh'
You can’t perform that action at this time.
0 commit comments