correct colors
This commit is contained in:
parent
936b25d46d
commit
03909527a0
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ do
|
||||||
done
|
done
|
||||||
echo -e "${GREEN}Websitename: ${WEBSITENAME}${NC}"
|
echo -e "${GREEN}Websitename: ${WEBSITENAME}${NC}"
|
||||||
echo -e "${GREEN}Server admin mail: ${SERVERADMINEMAIL}${NC}"
|
echo -e "${GREEN}Server admin mail: ${SERVERADMINEMAIL}${NC}"
|
||||||
echo -e "${YELLOW}Is that correct? (Y/n)"
|
echo -e "${YELLOW}Is that correct? (Y/n)${NC}"
|
||||||
read SURE
|
read SURE
|
||||||
if [[ $SURE == 'y' ]] || [[ $SURE == 'Y' ]] || [[ -z $SURE ]]
|
if [[ $SURE == 'y' ]] || [[ $SURE == 'Y' ]] || [[ -z $SURE ]]
|
||||||
then
|
then
|
||||||
|
|
@ -200,7 +200,7 @@ do
|
||||||
read USERPW
|
read USERPW
|
||||||
echo -e "${GREEN}Database username: ${USER}${NC}"
|
echo -e "${GREEN}Database username: ${USER}${NC}"
|
||||||
echo -e "${GREEN}Database user password: ${USERPW}${NC}"
|
echo -e "${GREEN}Database user password: ${USERPW}${NC}"
|
||||||
echo -e "${YELLOW}Is that correct? (Y/n)"
|
echo -e "${YELLOW}Is that correct? (Y/n)${NC}"
|
||||||
read SURE
|
read SURE
|
||||||
if [[ $SURE == 'y' ]] || [[ $SURE == 'Y' ]] || [[ -z $SURE ]]
|
if [[ $SURE == 'y' ]] || [[ $SURE == 'Y' ]] || [[ -z $SURE ]]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue