Updated TODO, fixed browser launch script
This commit is contained in:
parent
577929ce53
commit
7b769e7ade
2 changed files with 4 additions and 1 deletions
3
TODO.md
3
TODO.md
|
@ -10,3 +10,6 @@
|
|||
## Misc
|
||||
- 64 bit builds
|
||||
- More security
|
||||
|
||||
## Things to consider
|
||||
- Wayland using labwc/waybox
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
LISTEN=$(grep -i listen /etc/nginx/port.conf | awk '{gsub(";",""); print $2}')
|
||||
LISTEN=$(grep -i listen /etc/nginx/listen.conf | awk '{gsub(";",""); print $2}')
|
||||
|
||||
if [[ -f ~/.overrideurl.sh ]]; then source ./.overrideurl.sh; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue