瀏覽代碼

create_user.pl - fixing some newlines

master
gashapwn 3 年之前
父節點
當前提交
b1a69ac103
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      perl-script/create_user.pl

+ 3
- 3
perl-script/create_user.pl 查看文件

@@ -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…
取消
儲存