Comment 19 for bug 136453

Revision history for this message
TJ (tj) wrote :

For clarity, the fix is to open /etc/acpi/prepare.sh and add a single space between the "T" and the "]" in the line:

if [ -x $SCRIPT]; then

so it reads:

if [ -x $SCRIPT ]; then