Update gelink

master
89wc 2023-09-04 20:01:32 +00:00
parent 31f69551b7
commit 6b0d5c24ec
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fi;
if [ -n "$err" ]; then echo "error $err";
else
get=$(./linkloc.sh "${get}"); # If url pattern is matched, pass it to the script that gets the real link
get=$(./linkloc "${get}"); # If url pattern is matched, pass it to the script that gets the real link
echo "$get"
fi