Updated TODO, fixed browser launch script

This commit is contained in:
Logan G 2020-08-14 19:03:49 -06:00
parent 577929ce53
commit 7b769e7ade
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 4 additions and 1 deletions

View file

@ -10,3 +10,6 @@
## Misc ## Misc
- 64 bit builds - 64 bit builds
- More security - More security
## Things to consider
- Wayland using labwc/waybox

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/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 if [[ -f ~/.overrideurl.sh ]]; then source ./.overrideurl.sh; fi