mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Update version number for next release
Allow the config files to be symlinks
This commit is contained in:
parent
26f1230589
commit
f9068cba2b
4 changed files with 4 additions and 3 deletions
|
@ -242,7 +242,7 @@ sub load_config_defaults() {
|
|||
sub parse_config_file($) {
|
||||
my $config_file = shift;
|
||||
logmsg( 2, "Reading in from config file $config_file" );
|
||||
return if ( !-f $config_file );
|
||||
return if ( !-e $config_file !-r $config_file );
|
||||
|
||||
open( CFG, $config_file ) or die("Couldnt open $config_file: $!");
|
||||
while (<CFG>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue