diff options
author | makefu <github@syntax-fehler.de> | 2014-03-25 23:30:32 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-25 23:30:32 +0100 |
commit | 743c2570b07466a80f5e8f888b5d2f8b0114591b (patch) | |
tree | 4660a27119f0354e5cb9ca36aef0ac8862ce4248 /filehooker/root-image/krebs | |
parent | b49c3b339c34984b5408b18ba558e6a91fddf243 (diff) |
remove reload from public commands
Diffstat (limited to 'filehooker/root-image/krebs')
-rw-r--r-- | filehooker/root-image/krebs/etc/Reaktor/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filehooker/root-image/krebs/etc/Reaktor/config.py b/filehooker/root-image/krebs/etc/Reaktor/config.py index 625494cc..544f43ed 100644 --- a/filehooker/root-image/krebs/etc/Reaktor/config.py +++ b/filehooker/root-image/krebs/etc/Reaktor/config.py @@ -27,7 +27,6 @@ def default_command(cmd): public_commands = [ default_command('caps'), default_command('hello'), - default_command('reload'), default_command('search'), default_command('list_downloads'), default_command('badcommand'), |