create_user.pl - fixing some newlines
This commit is contained in:
parent
de10cf77bc
commit
b1a69ac103
@ -114,10 +114,10 @@ if(`pwd` =~ /perl-script\/?\s*$/){
|
||||
}elsif(!(join(" ", glob("./*")) =~ /perl-script/)){
|
||||
$SHELL_ENUM = {"SHELL_KSH" => "/bin/ksh"};
|
||||
create(0);
|
||||
printf("admin user is now configured");
|
||||
printf("run the below command to continue the install");
|
||||
printf("admin user is now configured\n");
|
||||
printf("run the below command to continue the install\n");
|
||||
printf("pkg_add wget && wget 'https://git.lain.church/gashapwn/lyadmin/raw/branch/master/perl-script/provision.pl' -O - | perl");
|
||||
die "\n";
|
||||
die "\n\n";
|
||||
}
|
||||
|
||||
# Opens the conf file to read
|
||||
|
Loading…
Reference in New Issue
Block a user