Move upstart .conf files to directory accessible by non-privileged users
This commit is contained in:
parent
68b8b505d6
commit
e6d8a6f25e
4 changed files with 3 additions and 4 deletions
|
@ -22,7 +22,7 @@ echo "...Done"
|
|||
set -e
|
||||
|
||||
echo -e "\n * Creating ${name} with dist ${dist} and release ${release}..."
|
||||
lxc-create -t ${dist} -n ${name} -- --release ${release} --arch amd64
|
||||
lxc-create -t download -n ${name} -- --dist ${dist} --release ${release} --arch amd64
|
||||
echo "...Done"
|
||||
|
||||
echo -e "\n * Starting ${name}..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue