From da4d7f146cd858a34e0e0307119495c4fc3788b3 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 15 Jan 2017 04:38:27 +0100 Subject: [PATCH] changed message for already installed mod --- lgsm/functions/mods_core.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/mods_core.sh b/lgsm/functions/mods_core.sh index e67f1bc45..2326f2135 100644 --- a/lgsm/functions/mods_core.sh +++ b/lgsm/functions/mods_core.sh @@ -98,7 +98,8 @@ fn_mod_already_installed(){ if [ -n "$(cat "${modslockfilefullpath}" | grep "${modcommand}")" ]; then echo "" fn_print_warning_nl "${modprettyname} has already been installed." - echo " * Mod files will be overwritten." + echo " * Config files might be overwritten." + echo " * Press ctrl + c to abort." sleep 4 fi fi