Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Volodymyr Melnyk
snmp_stats
Commits
c071b387
Commit
c071b387
authored
Nov 26, 2018
by
Volodymyr Melnyk
Browse files
Fix a bug
parent
f7494fa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbin/install.sh
View file @
c071b387
...
...
@@ -4,10 +4,10 @@ PATH=/bin
.
/opt/snmp_stats/lib/common.sh
if
[[
!
-f
"
${
_log_
spool
}
"
]]
;
then
mkdir
-p
"
${
_log_
spool
}
"
chown
root:nobody
"
${
_log_
spool
}
"
chmod
0770
"
${
_log_
spool
}
"
if
[[
!
-f
"
${
_log_
dir
}
"
]]
;
then
mkdir
-p
"
${
_log_
dir
}
"
chown
root:nobody
"
${
_log_
dir
}
"
chmod
0770
"
${
_log_
dir
}
"
fi
systemd_service_config
=
'/etc/systemd/system/save_io_stats.service'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment