Update create.sh

This commit is contained in:
Marc Aymerich 2015-04-29 12:38:41 +02:00
parent 948a4ced8f
commit c6d88f4bd4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ set -u
NAME=${1:-orchestra}
CONTAINER="/var/lib/lxc/$NAME/rootfs"
PASSWORD=$NAME
export SUITE="wheezy"
export SUITE="jessie"
[ $(whoami) != 'root' ] && {