mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2012-04-18 Koichiro Kikuchi <koichiro@rworks.jp>
* util/pandora_db.pl: Fixed syntax error. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6009 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
75b4d5739d
commit
dc3e1ab41e
@ -1,3 +1,7 @@
|
|||||||
|
2012-04-18 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||||
|
|
||||||
|
* util/pandora_db.pl: Fixed syntax error.
|
||||||
|
|
||||||
2012-04-18 Dario Rodriguez <dario.rodriguez@artica.es>
|
2012-04-18 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* pandora_server_installer: Fixed a problem setting permissions
|
* pandora_server_installer: Fixed a problem setting permissions
|
||||||
|
@ -345,13 +345,13 @@ sub pandora_init ($) {
|
|||||||
if ($param =~ m/-p\z/i) {
|
if ($param =~ m/-p\z/i) {
|
||||||
$conf->{'_onlypurge'} = 1;
|
$conf->{'_onlypurge'} = 1;
|
||||||
}
|
}
|
||||||
else if ($param =~ m/-v\z/i) {
|
elsif ($param =~ m/-v\z/i) {
|
||||||
$conf->{'_verbose'} = 1;
|
$conf->{'_verbose'} = 1;
|
||||||
}
|
}
|
||||||
else if ($param =~ m/-q\z/i) {
|
elsif ($param =~ m/-q\z/i) {
|
||||||
$conf->{'_quiet'} = 1;
|
$conf->{'_quiet'} = 1;
|
||||||
}
|
}
|
||||||
else if ($param =~ m/-d\z/i) {
|
elsif ($param =~ m/-d\z/i) {
|
||||||
$conf->{'_debug'} = 1;
|
$conf->{'_debug'} = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user