Changeset 42650


Ignore:
Timestamp:
08/12/18 15:15:18 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r42649 r42650  
    834834curlcmd()
    835835{
    836         $curlbin "$INPUT"
     836        $curlbin "$INPUT" "$2" "$3"
    837837}
    838838
     
    840840        echo  "$INPUT" > /tmp/.last_hoster_$TYPE_$hoster.log
    841841        case $hoster in
    842                 *) curlcmd "$INPUT";;
     842                *) curlcmd "$INPUT" "$3" "$4";;
    843843        esac
    844844fi
Note: See TracChangeset for help on using the changeset viewer.