intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Run certain commands as sudo #239

Closed jvanbaarsen closed 6 years ago

jvanbaarsen commented 6 years ago

We currently support running Intercity as another user then root. One issue that comes from this, is that the intercity user needs to run some commands as sudo in order for them to be successful.

This adds a fix for thise commands.

Fixes: #224