Skip to content
Snippets Groups Projects
Commit ba8db76a authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Fixed plugins path

parent f0309f1d
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ else
usermod -aG cellframe-node ${username} || true
done
mkdir -p ${DAP_PREFIX}/var/{run,lib/wallet,lib/global_db,var/plugins} || true
mkdir -p ${DAP_PREFIX}/var/{run,lib/wallet,lib/global_db,var/lib/plugins} || true
touch ${DAP_PREFIX}/var/run/cellframe-node.pid || true
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