add logName to echo_if_fail

This commit is contained in:
2025-08-28 18:51:19 -05:00
parent 315d340257
commit b1c89719d0
5 changed files with 11 additions and 7 deletions

View File

@@ -219,7 +219,7 @@ set_encode_opts() {
case "${flag}" in
I)
echo_warn "attempting install"
sudo ln -sf "$(pwd)/scripts/recc_encode.sh" \
sudo ln -sf "${SCRIPT_DIR}/encode.sh" \
/usr/local/bin/encode || return 1
echo_pass "succesfull install"
exit 0