Fixed OctoPrint plugins in Surf
This commit is contained in:
parent
2fb67941f5
commit
c3043a6003
1 changed files with 1 additions and 2 deletions
|
@ -20,10 +20,9 @@ done
|
|||
|
||||
######
|
||||
## Opens browser
|
||||
# -d | Disable disk caching
|
||||
# -F | Fullscreen
|
||||
# -g | Disable giving away geolocation
|
||||
# -K | Enable kiosk mode (doesn't seem to do anything?)
|
||||
# -n | Disable web inspector
|
||||
# -p | Disable plugins
|
||||
surf -d -F -g -K -n -p "$ADDRESS"
|
||||
surf -F -g -K -n -p "$ADDRESS"
|
||||
|
|
Loading…
Reference in a new issue