File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616echo " What is your email address for certificate registration?"
1717read -e -p ' (ex: myname@mydomain.com) ' -i " ${MYEMAIL} " MYEMAIL
1818echo
19- read -t 3 -p " What Gooby branch? (just wait for default): " GOOBYBRANCH
20- [[ -z ${GOOBYBRANCH} ]] && GOOBYBRANCH=" v2"
21- echo
22- echo
2319echo " ${YELLOW} Thank you! Please hang tight while we get some things ready...${STD} "
2420echo
2521sleep 10
@@ -35,7 +31,7 @@ sudo chown -R ${USER}:${USER} ${CONFIGS}
3531
3632echo " ${MYDOMAIN} " > ${CONFIGVARS} /mydomain
3733echo " ${MYEMAIL} " > ${CONFIGVARS} /myemail
38- echo " ${GOOBYBRANCH} " > ${CONFIGVARS} /goobybranch
34+ echo " v2 " > ${CONFIGVARS} /goobybranch
3935
4036[[ ! -f ${CONFIGVARS} /rootmount ]] && echo " /mnt" > ${CONFIGVARS} /rootmount
4137[[ ! -f ${CONFIGVARS} /media ]] && echo " /mnt/google" > ${CONFIGVARS} /media
You can’t perform that action at this time.
0 commit comments