From b1a69ac103c8326aeb9da34bbe40ef67b2bbe626 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Tue, 29 Dec 2020 04:58:33 +0000 Subject: [PATCH] create_user.pl - fixing some newlines --- perl-script/create_user.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-script/create_user.pl b/perl-script/create_user.pl index 7e672ca..6374319 100644 --- a/perl-script/create_user.pl +++ b/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