Code sources - power.down source code

From WikiDLXTV
Revision as of 13: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…')

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