[MXS-293] Bug in init script, and maxscale --user=maxscale does run as root Created: 2015-07-29 Updated: 2015-08-31 Resolved: 2015-08-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Joffrey MICHAIE (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Hi, Installed maxscale 1.2.0 on debian 7.8. The init script contains, on line 48 (no quotes):
Which leads to a warning at startup:
I put single quotes, no more error at startup, but still I see it is running as root:
Joffrey |
| Comments |
| Comment by markus makela [ 2015-08-03 ] |
|
Removed the extra space from the variable declaration. |