Code sources - power.down source code
From WikiDLXTV
Revision as of 12:49, 12 March 2010 by Mimikino (Talk | contribs) (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…')
- !/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"