summaryrefslogtreecommitdiff
path: root/bin/raps2
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-08 20:10:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-08 20:10:23 +0200
commitf303e11a43325cecbd03a1a465903a3e2452e432 (patch)
tree10bb66c3490dfc9ed6a9b66e30b7ed41b8addb4b /bin/raps2
parent88010542443bf1f83906a0bbf7e3003d045471f6 (diff)
App/Raps2: Run sanity_check and load_config in new
Diffstat (limited to 'bin/raps2')
-rwxr-xr-xbin/raps23
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/raps2 b/bin/raps2
index c92fe0e..54d5d3c 100755
--- a/bin/raps2
+++ b/bin/raps2
@@ -13,9 +13,6 @@ my ( $action, @args ) = @ARGV;
our $VERSION = '0.3';
-$raps2->sanity_check();
-$raps2->load_config();
-
given ($action) {
when ('add') { $raps2->cmd_add(@args) }
when ('del') { $raps2->cmd_remove(@args) }