Difference between revisions of "Code sources - power.down source code"

From WikiDLXTV
Jump to: navigation, search
(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 15: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"