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…')
(No difference)

Revision as of 13:49, 12 March 2010

  1. !/bin/sh

DEVROOT=`dirname $0` DELUGECONFIG="$1"

$DEVROOT/$DELUGECONFIG/deluge.script stop umount -l $DEVROOT

  1. echo "$DEVROOT/$DELUGECONFIG/deluge.script stop"
  2. echo "umount -l $DEVROOT"