Fix disable SSH option and remove Feature Manager language
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3fc488d2-ef33-4d4f-aeb5-f2532c658aad Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0e0e91d1f8
commit
7c1dbeac27
@@ -2152,7 +2152,7 @@ async def api_support_enable():
|
||||
if not sshd_on:
|
||||
raise HTTPException(
|
||||
status_code=400,
|
||||
detail="SSH must be enabled first. Please enable SSH Remote Access in the Feature Manager, then try again.",
|
||||
detail="SSH must be enabled first. Please enable SSH Remote Access, then try again.",
|
||||
)
|
||||
|
||||
ok = await loop.run_in_executor(None, _enable_support)
|
||||
|
||||
Reference in New Issue
Block a user