mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Fix conditional bug
This commit is contained in:
parent
1edf8088f9
commit
ed405b9c98
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for my $source (glob("*")) {
|
|||
|
||||
print "Generating: $source",$/;
|
||||
|
||||
if($dest) {
|
||||
if(-f $dest) {
|
||||
chmod(0777, $dest) || die "Could not chmod $dest for removing: $!";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue