Skip to content
Snippets Groups Projects
Commit d99e7dc5 authored by denis.sumin's avatar denis.sumin
Browse files

fix create folder ca

parent 109af659
No related branches found
No related tags found
Loading
......@@ -166,7 +166,8 @@ else
for username in $(cat /etc/passwd | grep "/home" | cut -d ':' -f1); do
usermod -aG cellframe-node $username || true
done
mkdir -p $DAP_PREFIX/var/{run,lib/ca,lib/wallet,lib/global_db,var/plugins} || true
mkdir -p $DAP_PREFIX/var/{run,lib/wallet,lib/global_db,var/plugins} || true
#mkdir -p $DAP_PREFIX/var/{run,lib/ca,lib/wallet,lib/global_db,var/plugins} || true
touch $DAP_PREFIX/var/run/cellframe-node.pid || true
#chown -R $USERMAN:$USERMAN $DAP_PREFIX
for filename in $(find $DAP_PREFIX | grep -v bugreport); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment