| Age | Commit message (Collapse) | Author |
|
With the instance creation script, one ends up without the two extra
levels expected by the original installation script, so strip the extra
dirs from these templates.
NOTE: Applying this patch to the master or v0.9 branches would break the
install script. The Debian packaging should probably apply this patch at
build time instead.
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
|
|
Since a comment insisted on this topic, make sure to add a trailing
slash if that variable wasn't set properly.
This means adjusting the templates in addition to the main script. A
slash is kept as a separator in those to keep them readable, which
explains the slightly awkward (uwsgi and nginx) sed calls.
|
|
Conflicts:
install/install.sh
|
|
|