- cmd fix
This commit is contained in:
parent
ae63aee674
commit
1fdcc5a269
|
|
@ -44,7 +44,7 @@ CMD_LIST_CONFIG_JSON=$(cat <<EOF
|
||||||
"section": "NETWORK DEBUG",
|
"section": "NETWORK DEBUG",
|
||||||
"items": [
|
"items": [
|
||||||
{"label": "Port debug", "cmd": "ss -tulnw | column -t"},
|
{"label": "Port debug", "cmd": "ss -tulnw | column -t"},
|
||||||
{"label": "Port tcp opened ext", "cmd": "ss -tlnw | grep -v -E '(127\\.0\\.0\\.1|::1)' | column -t"},
|
{"label": "Port tcp opened ext", "cmd": "ss -tlnw | column -t"},
|
||||||
{"label": "Unlock 1024 port for not Root user", "cmd": "setcap 'cap_net_bind_service=+ep' /usr/lib/jellyfin/bin/jellyfin"},
|
{"label": "Unlock 1024 port for not Root user", "cmd": "setcap 'cap_net_bind_service=+ep' /usr/lib/jellyfin/bin/jellyfin"},
|
||||||
{"label": "Test SSL Validity", "cmd" : "openssl x509 -in /var/lib/step-ca/.step/certs/root_ca.crt -noout -dates"}
|
{"label": "Test SSL Validity", "cmd" : "openssl x509 -in /var/lib/step-ca/.step/certs/root_ca.crt -noout -dates"}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue