Skip to content

Commit

Permalink
Update security.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
PrefKarafuto authored Mar 7, 2024
1 parent f9f485e commit b326431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module/security.pl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub Load

unless(-f $path){
open (my $fh, '>', $path);
print $fh, "0000000001<>Administrator<>431XyHmErk<>システムアドミニストレータ<>システム管理者。<>1\n";
print $fh "0000000001<>Administrator<>431XyHmErk<>システムアドミニストレータ<>システム管理者。<>1\n";
chmod($Sys->Get('PM-ADM'), $path);
close $fh;
}
Expand Down

0 comments on commit b326431

Please sign in to comment.