summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar FA Saikat <saikat.cucse.52@gmail.com>2023-10-26 16:32:21 +0600
committerLibravatar FA Saikat <saikat.cucse.52@gmail.com>2023-10-26 16:32:21 +0600
commitec41d733f176f11461306c53d749c87247c2cd73 (patch)
treeb10989b786abd8a03b15591a4e1a316ce09f592e
parent6c36cf112e948314c52a7d92f2525dd596c00ee5 (diff)
downloadpatches-ec41d733f176f11461306c53d749c87247c2cd73.tar.gz
patches-ec41d733f176f11461306c53d749c87247c2cd73.zip
Update message
-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