Skip to content
Snippets Groups Projects
Commit 488780ee authored by Arnaud Kerhornou's avatar Arnaud Kerhornou
Browse files

Added the possibility to parse a user parameter to connect to the database

parent 3d7248c0
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ sub run_script {
if($file =~ /pass[=][>](\S+?)[,]/x){
$pass = $1;
}
if($file =~ /user[=][>](\S+?)[,]/x){
$user = $1;
}
my $dbi2;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment