Add missing instructions
This commit is contained in:
parent
4d0b4929c5
commit
6ea8a927a3
@ -40,6 +40,8 @@ function NetworkHookStatusWidgetInner(p: {
|
|||||||
</Alert>
|
</Alert>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const makeExecutable = `chmod +x ${p.status.path}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Alert variant="outlined" severity="warning" style={{ margin: "20px 0px" }}>
|
<Alert variant="outlined" severity="warning" style={{ margin: "20px 0px" }}>
|
||||||
The network hook has not been detected on this system. It must be
|
The network hook has not been detected on this system. It must be
|
||||||
@ -57,6 +59,12 @@ function NetworkHookStatusWidgetInner(p: {
|
|||||||
<CodeBlock>{p.status.content}</CodeBlock>
|
<CodeBlock>{p.status.content}</CodeBlock>
|
||||||
</CopyToClipboard>
|
</CopyToClipboard>
|
||||||
<br />
|
<br />
|
||||||
|
Make sure that the created file is executable :
|
||||||
|
<br />
|
||||||
|
<CopyToClipboard content={makeExecutable}>
|
||||||
|
<CodeBlock>{makeExecutable}</CodeBlock>
|
||||||
|
</CopyToClipboard>
|
||||||
|
<br />
|
||||||
You will need then to restart both <InlineCode>
|
You will need then to restart both <InlineCode>
|
||||||
libvirtd
|
libvirtd
|
||||||
</InlineCode> and <InlineCode>VirtWeb</InlineCode>.
|
</InlineCode> and <InlineCode>VirtWeb</InlineCode>.
|
||||||
|
Loading…
Reference in New Issue
Block a user