Skip to content
Snippets Groups Projects
Commit c901f198 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'hotfix-5958' into 'master'

fix create folder ca

See merge request cellframe/prod_build_cellframe-node!30
parents 2623ac85 6501e762
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,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