Difference between revisions of "Code sources - power.down source code"
From WikiDLXTV
(Created page with '#!/bin/sh DEVROOT=`dirname $0` DELUGECONFIG="$1" $DEVROOT/$DELUGECONFIG/deluge.script stop umount -l $DEVROOT #echo "$DEVROOT/$DELUGECONFIG/deluge.script stop" #echo "umount -l…') |
m |
||
Line 1: | Line 1: | ||
+ | <pre> | ||
#!/bin/sh | #!/bin/sh | ||
DEVROOT=`dirname $0` | DEVROOT=`dirname $0` | ||
Line 8: | Line 9: | ||
#echo "$DEVROOT/$DELUGECONFIG/deluge.script stop" | #echo "$DEVROOT/$DELUGECONFIG/deluge.script stop" | ||
#echo "umount -l $DEVROOT" | #echo "umount -l $DEVROOT" | ||
+ | </pre> |
Latest revision as of 14:26, 26 March 2010
#!/bin/sh DEVROOT=`dirname $0` DELUGECONFIG="$1" $DEVROOT/$DELUGECONFIG/deluge.script stop umount -l $DEVROOT #echo "$DEVROOT/$DELUGECONFIG/deluge.script stop" #echo "umount -l $DEVROOT"