From 33b94670093dada8287d7cfa2af236db30b68a1a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 25 Jan 2017 22:03:41 +0000 Subject: [PATCH] used correct var --- lgsm/functions/command_mods_remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_mods_remove.sh b/lgsm/functions/command_mods_remove.sh index 662f738bf..e9c6031f3 100644 --- a/lgsm/functions/command_mods_remove.sh +++ b/lgsm/functions/command_mods_remove.sh @@ -107,7 +107,7 @@ fi echo -en "removing ${modcommand} from ${modslockfile}..." sleep 0.5 fn_script_log "Removing: ${modcommand} from ${modsinstalledlist}" -sed -i "/^${modcommand}$/d" "${modsinstalledlist}" +sed -i "/^${modcommand}$/d" "${modsinstalledlistfullpath}" local exitcode=$? if [ ${exitcode} -ne 0 ]; then fn_print_fail_eol_nl