Merge branch 'master' of github.com:glic3rinu/django-orchestra
This commit is contained in:
commit
5d6367f794
|
@ -9,7 +9,7 @@ set -u
|
||||||
NAME=${1:-orchestra}
|
NAME=${1:-orchestra}
|
||||||
CONTAINER="/var/lib/lxc/$NAME/rootfs"
|
CONTAINER="/var/lib/lxc/$NAME/rootfs"
|
||||||
PASSWORD=$NAME
|
PASSWORD=$NAME
|
||||||
export SUITE="wheezy"
|
export SUITE="jessie"
|
||||||
|
|
||||||
|
|
||||||
[ $(whoami) != 'root' ] && {
|
[ $(whoami) != 'root' ] && {
|
||||||
|
|
Loading…
Reference in New Issue