shell

Willkommen Foren LogoControl shell

2 Beiträge anzeigen - 1 bis 2 (von insgesamt 2)
  • Autor
    Beiträge
  • #3556
    DewGew
    Teilnehmer

    Hi All,

    I have a shell script and i cant get it to work with curl and variables my script looks like this

    #!/bin/bash
    
    #setup
    host=127.0.0.1
    port=8080
    switchIDX=123
    
    curl  "http://$host:$port/json.htm?type=command&param=switchlight&idx=$switchIDX&switchcmd=On"

    I only get this error:
    „curl: (3) Illegal characters found in URL“

    Any Ideas?
    //DewGew

    #3560
    linus
    Teilnehmer

    Hi,
    I tested your code and it works.
    Did you testet to build the URL manually?

    Linus

2 Beiträge anzeigen - 1 bis 2 (von insgesamt 2)
  • Du musst angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.