Update Script Problem

    • Update Script Problem

      Hallo,

      ich möchte die Befehle update, opkg update und opkg upgrade per user script starten und habe folgendes erstellt:

      Shell-Script

      1. #!/bin/sh
      2. echo update gestartet
      3. update
      4. echo opkg update gestartet
      5. opkg update
      6. echo opkg upgrade gestartet
      7. opkg upgrade
      8. echo Alles fertig!


      Die beiden opkg Befehlen laufen tadellos durch, nur den Befehl update findet er nicht. Gebe ich diesen im telnet ein läuft er wunderbar durch. Kann mir das bitte mal jemand erklären? Ich vermute ich muss noch irgend einen Pfad hinzuergänzen oder?

      Vielen Dank und Grüße!
    • dont know what but something is changed
      some week ago i were able start update by execute single line in telnet console

      Quellcode

      1. root@Dream8k_M3:~# update && /usr/script/python_patcher.sh && /usr/script/skin_patcher.sh

      then if updates were found scripts were executed to
      now in any case scritps arent started, seems like command `update` always returns False

      <edit +>
      had wrote above before started mornig update on my boxes, looks like solved
      cause got problem only on single of tree boxes and it had oldest image on board - 20120912
      boxes which had yeserday's image dint had problem
      dm7080sstt; 2x dm8000sstt; dm7020s <- Diseq1x4 <- 3x Diseq1x10 <-
      Dishes:
      1.8m 36E;28E;23E;19E;16E;13E;7E
      1.6m 42E;36E
      1.0m 10/9E;5E;1W;8W
      1.0m 15W;22W;30W
      1.1m 4/5W;12W;18W;24W
      1.1m 53E;60E
      1.0m 75E
      TVs: Philips 46pfl9707s; Philips 42pfl9703h

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von MartiniB ()