Skip to content

Commit

Permalink
yakt: Fix a watermark boost typo
Browse files Browse the repository at this point in the history
Signed-off-by: NotZeetaa <[email protected]>
  • Loading branch information
NotZeetaa committed Sep 30, 2022
1 parent b1e6c5b commit 9a56b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yakt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ then
echo -e "$(date "+%H:%M:%S") * Done.\n" >> $LOG
elif [ -e $WT ]; then
echo "$(date "+%H:%M:%S") * Found Watermark Boost support, tweaking it" >> $LOG
echo 1500 > $WT
echo 15000 > $WT
echo -e "$(date "+%H:%M:%S") * Done.\n" >> $LOG
else
echo "$(date "+%H:%M:%S") * Your kernel doesn't support watermark boost" >> $LOG
Expand Down

0 comments on commit 9a56b6f

Please sign in to comment.