Skip to content

Commit

Permalink
chore: Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored May 7, 2024
1 parent c55bf3b commit 5865cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/shared/usr/libexec/ublue-system-setup
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then
fi
if [[ ! -f /etc/udev/rules.d/20-suspend-fixes.rules ]]; then
echo 'Fixing suspend issue'
echo "ACTION==\"add\", SUBSYSTEM==\"serio\", DRIVERS==\"atkbd\", ATTR{power/wakeup}=\"disabled\"" > /etc/udev/rules.d/20-suspend-fixes.rules'
echo "ACTION==\"add\", SUBSYSTEM==\"serio\", DRIVERS==\"atkbd\", ATTR{power/wakeup}=\"disabled\"" > /etc/udev/rules.d/20-suspend-fixes.rules
fi
fi
fi
Expand Down

0 comments on commit 5865cd0

Please sign in to comment.