correct colors

This commit is contained in:
Robert Nasarek 2021-08-23 08:00:35 +02:00 committed by GitHub
parent 936b25d46d
commit 03909527a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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