Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
a2494fb6
Commit
a2494fb6
authored
Jun 09, 2019
by
Paul Cammish
Browse files
Create directories
parent
36791297
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/debian/postinst
View file @
a2494fb6
...
...
@@ -150,6 +150,7 @@ if [ "x$( which sympl-filesystem-security )" != "x" ]; then
fi
if
[
!
-f
/home/sympl/.config/htop/htoprc
]
;
then
mkdir
-p
/home/sympl/.config/htop/
echo
"hide_threads=0
hide_kernel_threads=1
hide_userland_threads=1
...
...
@@ -169,6 +170,7 @@ account_guest_in_cpu_meter=1" > /home/sympl/.config/htop/htoprc
fi
if
[
!
-f
/root/.config/htop/htoprc
]
;
then
mkdir
-p
/root/.config/htop/
echo
"hide_threads=0
hide_kernel_threads=1
hide_userland_threads=1
...
...
Write
Preview
Supports
Markdown
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