suche shudown script

  • hallo!
    Habe nur eins für ipbox 250. Gibt aber viele Gemeinsamkeiten.Schau mal bitte,ob /sbin die Datei poweroff besitzt. Gruß
    -------------------------------------------------------------------


    Deep-Standby by Pitma
    #!/bin/sh


    echo "IP Box 250s geht in den Deep-Standby"
    sleep 5
    /sbin/poweroff


    exit 0

  • maybe this one you can modify for shutdown:


    dreambox(E1) restart by timer script with returning to last state(standby) and checking does dream isnt in recording mode


    [Moderator] verstößt gegen die Boardregeln [/Moderator]


    starting parameters:
    first - now or HourMinute(0000 to 2359)
    second(optional) - number of how many seconds dream must be up
    or with one symbol at the end of second parameter you can type how many what
    3600s - 3600 seconds = 1hour
    72h - 72 hours = 3 days
    5d - ... days
    1w - one week



    i start it from /var/script>inadyn_script.sh by ading line(somewhere at ~begin),
    recommended line for 500;7000:
    /var/script/reboot_timer.sh 0500 &


    recommended line for 600;7020:
    /var/script/reboot_timer.sh 0500 3d &