mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2025-02-20 18:01:33 -05:00
correct prompts (no -p, oopsies).
Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com>
This commit is contained in:
parent
01a1c6b0fd
commit
2f61f900ae
@ -97,7 +97,7 @@ disk_prompt (){
|
|||||||
|
|
||||||
username_prompt (){
|
username_prompt (){
|
||||||
output 'Please enter the name for a user account:'
|
output 'Please enter the name for a user account:'
|
||||||
read -r -p username
|
read -r username
|
||||||
|
|
||||||
if [ -z "${username}" ]; then
|
if [ -z "${username}" ]; then
|
||||||
output 'Sorry, You need to enter a username.'
|
output 'Sorry, You need to enter a username.'
|
||||||
@ -107,7 +107,7 @@ username_prompt (){
|
|||||||
|
|
||||||
fullname_prompt (){
|
fullname_prompt (){
|
||||||
output 'Please enter the full name for the user account:'
|
output 'Please enter the full name for the user account:'
|
||||||
read -r -p fullname
|
read -r fullname
|
||||||
|
|
||||||
if [ -z "${fullname}" ]; then
|
if [ -z "${fullname}" ]; then
|
||||||
output 'Please enter the full name of the users account.'
|
output 'Please enter the full name of the users account.'
|
||||||
|
Loading…
Reference in New Issue
Block a user