mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
Update bin/admin/check_uid_gid_collisions.pl
Co-authored-by: Adrien Barreau <adrien.barreau@live.fr>
This commit is contained in:
parent
a468220df7
commit
7934b6283b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if (!$masterGroupFile || !$masterPasswdFile || !$outputFile) {
|
|||
die "Usage: $0 --master-passwd PATH --master-group PATH --output FILE [--local-passwd PATH --local-group PATH]\n";
|
||||
}
|
||||
|
||||
if (-e $outputFile && !-c $outputFile) {
|
||||
if (-e $outputFile && !-c _) {
|
||||
die "Output file '$outputFile' already exists!\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue