Skip to content
Snippets Groups Projects
Commit 52538fbb authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop useless chdir and umask directives

parent e5da6f28
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,6 @@ my $configuration = IdPAccountManager::Configuration->new(
file => '@sysconfdir@/IdPAccountManager.conf'
);
## Gives writes for the group
umask 0002;
chdir $configuration->{root_manager_dir};
my $request = new IdPAccountManager::WebRequest(
configuration => $configuration
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment