ipv6
This commit is contained in:
@@ -753,7 +753,7 @@ def gather_versions(npm_app_version: str):
|
|||||||
angie_v = run_out(["bash","-lc","angie -v 2>&1 | awk 'NR==1{print $3}'"], check=False).strip()
|
angie_v = run_out(["bash","-lc","angie -v 2>&1 | awk 'NR==1{print $3}'"], check=False).strip()
|
||||||
node_v = run_out(["bash","-lc","node -v | sed 's/^v//'"], check=False).strip()
|
node_v = run_out(["bash","-lc","node -v | sed 's/^v//'"], check=False).strip()
|
||||||
yarn_v = run_out(["bash","-lc","yarn -v || yarnpkg -v"], check=False).strip()
|
yarn_v = run_out(["bash","-lc","yarn -v || yarnpkg -v"], check=False).strip()
|
||||||
return ip, angie_v, node_v, yarn_v, npm_app_versio
|
return ip, angie_v, node_v, yarn_v, npm_app_version
|
||||||
|
|
||||||
def update_motd(enabled: bool, info, ipv6_enabled: bool):
|
def update_motd(enabled: bool, info, ipv6_enabled: bool):
|
||||||
if not enabled:
|
if not enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user