Skip to content
Snippets Groups Projects
Commit 85c90bee authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files
parents 085e7b81 87b5ad3a
No related merge requests found
......@@ -115,7 +115,7 @@ else
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); do
for filename in $(find $DAP_PREFIX | grep -v bugreport); do
if [ -d $filename ]; then
chmod 0775 $filename || true
else
......
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