get rid of unneeded echo

This commit is contained in:
2025-04-20 23:31:37 +02:00
parent 39914504a0
commit 28f372425e
2 changed files with 4 additions and 8 deletions

View File

@ -16,10 +16,8 @@ fi
echo "$output"
[[ $output =~ "#" ]] || exit 1
url=$(echo "$output" | awk '{print $1}')
path=$(echo "$output" | awk '{print $3}')
[[ $(hostname) = \s\a\t\a\n ]] && rm -rf ./Artists/*
url=$(awk '{print $1}' <<< "$output")
path=$(awk '{print $3}' <<< "$output")
for ((n=0;n<5;n++)); do
if [[ $url =~ "iwara.tv" ]]; then