summaryrefslogtreecommitdiff
path: root/patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch')
-rw-r--r--patch/mem.patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/mem.patch.sh b/patch/mem.patch.sh
index d6352ee..3623709 100644
--- a/patch/mem.patch.sh
+++ b/patch/mem.patch.sh
@@ -3,6 +3,6 @@ CONFFILE=/boot/extlinux/extlinux.conf
if ! test -e "$CONFFILE.bak" && test -e "$CONFFILE" && ! test -d "$CONFFILE"; then
if sudo sed -Ei.bak '/\bappend\s/s/\s*\bmem=[0-9]+[GMk]\s*\b/ /' "$CONFFILE"; then
- echo "Congratulations! your ram is now limitless!"
+ echo "Patch has been applied successfully! Please restart the device to activate the changes."
fi
fi