Messenger 4 Posted April 4 Share Posted April 4 Hallo Allerseits, weiss jemand von Euch, wie man das wol script unter DSM 7 wieder zum laufen bekommt. Bis zu der Version konnte man wol mit dem Script an der nativen nic zum laufen bekommen. Ohne script war die wol Funktion nie gegeben. #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth0 down ;; *) echo "Usage: $0 [start|stop]" ;; esac S99ZZZ_Shutdown.sh Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.