2010-12-22 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Improved the end of execution message. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3677 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5d3df0c12a
commit
c759f748f1
|
@ -1,3 +1,8 @@
|
|||
2010-12-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/pandora_manage.pl: Improved the end of execution
|
||||
message.
|
||||
|
||||
2010-12-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* util/pandora_recode_db.pl: added to recode the table "tpolicy_modules".
|
||||
|
|
|
@ -1433,7 +1433,7 @@ sub pandora_manage_main ($$$) {
|
|||
}
|
||||
}
|
||||
|
||||
print "\n[*] Nothing to do. Exiting !\n\n";
|
||||
print "\n[*] Successful execution. Exiting !\n\n";
|
||||
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue