Skip to content
Snippets Groups Projects
Commit fc54978e authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Add a new line the end of the acpid action script

parent 39cfd61a
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class Linux(Unix):
print 'Fixing acpid powerdown action'
powerbtn_action = '#!/bin/sh\n\nPATH=/sbin:/bin:/usr/bin\n' \
'shutdown -h now \"Power button pressed\"'
'shutdown -h now \"Power button pressed\"\n'
events_dir = '/etc/acpi/events'
if not self.g.is_dir(events_dir):
......
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