Kaynağa Gözat

replace with sed again

UltimateByte 9 yıl önce
ebeveyn
işleme
99c29531f3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

@@ -185,7 +185,7 @@ fn_mod_add_list(){
 		fn_script_log "Created ${modslockfilefullpath}"
 		fn_script_log "Created ${modslockfilefullpath}"
 	fi
 	fi
 	# Input mod name to lockfile
 	# Input mod name to lockfile
-	if [ ! -n "$(cat "${modslockfilefullpath}" | grep "${modcommand}")" ]; then
+	if [ ! -n "$(sed -n "/^${modcommand}$/p" "${modslockfilefullpath}")" ]; then
 		echo "${modcommand}" >> "${modslockfilefullpath}"
 		echo "${modcommand}" >> "${modslockfilefullpath}"
 		fn_script_log "${modcommand} added to ${modslockfile}"
 		fn_script_log "${modcommand} added to ${modslockfile}"
 	fi
 	fi