diff --git a/lug-helper.sh b/lug-helper.sh index ac6b907..abb73d5 100644 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -138,6 +138,7 @@ final_check() { mem_check() { # If vm.max_map_count is already set, no need to do anything if [ "$(cat /proc/sys/vm/max_map_count)" -ge 16777216 ]; then + main_dialog --info --text="vm.max_map_count is already set to the optimal value. You're all set!" exit 0 fi