From f303e11a43325cecbd03a1a465903a3e2452e432 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Jun 2011 20:10:23 +0200 Subject: App/Raps2: Run sanity_check and load_config in new --- bin/raps2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/raps2') 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) } -- cgit v1.2.3