fix variable name
This commit is contained in:
parent
47b0be3f74
commit
67afff8497
2
mige.sh
2
mige.sh
@ -62,7 +62,7 @@ replace_embeds () {
|
||||
expr_replace+="s/\n//g;"
|
||||
sed -i "s/$match/$(sed -z "$expr_replace" $file_embed)/g" $1
|
||||
else
|
||||
echo -e "\e[38;5;208mWarning: embed file '$embed_file' doesn't exist, skipping.\e[0m"
|
||||
echo -e "\e[38;5;208mWarning: embed file '$file_embed' doesn't exist, skipping.\e[0m"
|
||||
fi
|
||||
done < <(grep -P $REGEX_EMBED $1)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user