Code sources - power.down source code

From WikiDLXTV
Revision as of 15:26, 26 March 2010 by Skreeves (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
#!/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"