Skip to content

Commit f517de1

Browse files
committed
FAQ update
1 parent 64dbd4e commit f517de1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/src/config/faq-config.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@ export const FAQ_Items = [
3434
content:
3535
"If an LXC script fails, run it again using Verbose mode. Standard mode hides detailed output for neatness, showing only progress. Verbose mode displays all messages, which helps you (and us) diagnose the error. Include this verbose output if you report the issue.",
3636
},
37-
{
38-
title: "What does \"Updatable\" and \"Not updatable\" mean?",
39-
content:
40-
"Updatable means that script has a function that is used to update the installed application to the latest version available. Not updatable means that script doesn't have a function that can safely update the application to the latest version available, so only the LXC OS is updated.",
41-
},
4237
];

0 commit comments

Comments
 (0)