diff options
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 | 
