mirror of https://github.com/samply/bridgehead.git
Removed unnecessary chown
This commit is contained in:
parent
5bd9baaff7
commit
b6bfaba855
|
@ -145,7 +145,6 @@ sudo git checkout ehds2
|
||||||
sudo mkdir test data
|
sudo mkdir test data
|
||||||
sudo mkdir -p /etc/bridgehead/
|
sudo mkdir -p /etc/bridgehead/
|
||||||
sudo cp bbmri/modules/bbmri.conf /etc/bridgehead/
|
sudo cp bbmri/modules/bbmri.conf /etc/bridgehead/
|
||||||
sudo chown -R bridgehead:root . /etc/bridgehead
|
|
||||||
sudo vi /etc/bridgehead/bbmri.conf # Modify to include national node name and admin contact details
|
sudo vi /etc/bridgehead/bbmri.conf # Modify to include national node name and admin contact details
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue