config tool now runs with user permissions so we don't run into trouble on linux

This commit is contained in:
jash
2018-10-09 21:42:08 +02:00
committed by kexkey
parent 360a65d9da
commit 2108930fb9
2 changed files with 26 additions and 18 deletions

View File

@@ -13,5 +13,6 @@ configure() {
# configure features of cyphernode
docker run -v $current_path/../data:/data \
--log-driver=none\
--rm -it cyphernodeconf:latest $recreate
--rm -it cyphernodeconf:latest $(id -u):$(id -g) yo --no-insight cyphernode $recreate
}