We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76962e9 commit d79a50dCopy full SHA for d79a50d
autotweak.plg
@@ -20,6 +20,10 @@
20
21
##&name;
22
###&version;
23
+- Fix spelling.
24
+- Adds more cleanup to uninstall.
25
+
26
+###1.3.11
27
- Add NVME SSD power management policy feature.
28
- Improve GUI field descriptions and consistency.
29
source/scripts/autotweak
@@ -23,7 +23,7 @@ log() {
# Log the message with the script's basename as the tag
logger -t "$(basename "$0")" "$message"
- echo "$message" > /dev/tty
+ # echo "$message" > /dev/tty
}
#
0 commit comments