Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-node
Commits
85c90bee
Commit
85c90bee
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.demlabs.net/cellframe/prod_build_cellframe-node
parents
085e7b81
87b5ad3a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux/debian/essentials/postinst
+1
-1
1 addition, 1 deletion
linux/debian/essentials/postinst
with
1 addition
and
1 deletion
linux/debian/essentials/postinst
+
1
−
1
View file @
85c90bee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment