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
labrobotica
drivers
comm
Commits
0cd07624
Commit
0cd07624
authored
Oct 02, 2019
by
Fernando Herrero
Browse files
Remove line udevadm control reload rules, as it's not needed when already restarting udev service
parent
5abe486c
Pipeline
#4397
passed with stages
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/debian/postinst
View file @
0cd07624
...
...
@@ -22,7 +22,7 @@ case "$1" in
grep
-qF
--
"
$LINE0
"
"
$FILE
"
||
echo
"
$LINE0
"
|
sudo tee
-a
"
$FILE
"
>
/dev/null
grep
-qF
--
"
$LINE1
"
"
$FILE
"
||
echo
"
$LINE1
"
|
sudo tee
-a
"
$FILE
"
>
/dev/null
sudo
udevadm control
--reload-rules
#
sudo udevadm control --reload-rules
sudo
service udev restart
echo
" Done. It's necessary to unplug-plug devices for changes to take effect."
...
...
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