Removed need to chown index

This commit is contained in:
laf
2016-07-03 19:37:28 +01:00
parent def10bbe7c
commit d9e9b692be
4 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
> NOTE: These instructions assume you are the root user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
n> NOTE: These instructions assume you are the root user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.
### DB Server ###
@@ -111,7 +111,6 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
#### Final steps
```bash
chown librenms:librenms /opt/librenms/.git/index
chown -R librenms:librenms /opt/librenms
```

View File

@@ -123,7 +123,6 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
#### Final steps
```bash
chown librenms:librenms /opt/librenms/.git/index
chown -R librenms:librenms /opt/librenms
```

View File

@@ -118,7 +118,6 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
#### Final steps
```bash
chown librenms:librenms /opt/librenms/.git/index
chown -R librenms:librenms /opt/librenms
```

View File

@@ -121,7 +121,6 @@ Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community strin
#### Final steps
```bash
chown librenms:librenms /opt/librenms/.git/index
chown -R librenms:librenms /opt/librenms
```