Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix detail message in data section (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggy authored Oct 12, 2020
1 parent accc5fd commit 1163cb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ export default function TeamDetail({ isOpen = false, config, hide }) {
</Text>
<CommandWrapper>
<Text block>
$ sudo apt-get update && apt-get install -y nfs-common
$ sudo apt-get update && sudo apt-get install -y nfs-common
</Text>
<Text block>$ sudo mkdir -p /mnt/nfsData</Text>
<Text block>
{`$ sudo mount ${config.data.server}:${config.data.path} /mnt/nfsData`}
</Text>
<Text block>
{'$ cp <local_data_dir> /mnt/nfsData/<subPath>'}
{'$ cp -r <local_data_dir> /mnt/nfsData/<subPath>'}
</Text>
</CommandWrapper>
<Text>
Expand Down

0 comments on commit 1163cb8

Please sign in to comment.