Skip to content

Commit

Permalink
Fix weird formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 6, 2024
1 parent ab5b823 commit 18a67a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simple-editor/DeploymentInstructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const DeploymentInstructions: React.FC<DeploymentInstructionsProps> = ({
If you are on Linux, running SELinux, you may need
to change permissions on files in the deploy bundle
so that they are accessible from within containers.
This affects the <code>grafana</code> and
<code>prometheus</code> directories.
This affects
the <code>grafana</code> and <code>prometheus</code> directories.

<pre>chcon -Rt svirt_sandbox_file_t grafana prometheus<br/>
chmod 755 prometheus/ grafana/ grafana/*/<br/>
Expand Down

0 comments on commit 18a67a4

Please sign in to comment.