diff options
| author | makefu <github@syntax-fehler.de> | 2014-03-24 17:48:56 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2014-03-24 17:48:56 +0100 | 
| commit | 8861888838d48eed40b3cc65abd933ebd617ec89 (patch) | |
| tree | 08de870e293f76ed8bfa5cb02458e99ed31a5c6a /filehooker | |
| parent | 1eb87410a884f03dd80cec59f185a53f6162050c (diff) | |
update reaktor config
Diffstat (limited to 'filehooker')
| -rw-r--r-- | filehooker/root-image/krebs/etc/Reaktor/config.py | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/filehooker/root-image/krebs/etc/Reaktor/config.py b/filehooker/root-image/krebs/etc/Reaktor/config.py index 589283f0..385c837d 100644 --- a/filehooker/root-image/krebs/etc/Reaktor/config.py +++ b/filehooker/root-image/krebs/etc/Reaktor/config.py @@ -24,11 +24,13 @@ commands = [    default_command('caps'),    default_command('hello'),    default_command('reload'), +  default_command('refresh_shares'), +  default_command('ftpget'), +  default_command('list_downloads'),    default_command('badcommand'),    default_command('rev'),    default_command('uptime'),    default_command('shares'), -  default_command('refresh_shares'),    default_command('onion'),    default_command('nocommand'),    # command not found | 
