Skip to content

Commit 7bfd8d9

Browse files
Update server-init.sh
1 parent 96c913d commit 7bfd8d9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

install/server/server-init.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ echo
1616
echo "What is your email address for certificate registration?"
1717
read -e -p '(ex: myname@mydomain.com) ' -i "${MYEMAIL}" MYEMAIL
1818
echo
19-
read -t 3 -p "What Gooby branch? (just wait for default): " GOOBYBRANCH
20-
[[ -z ${GOOBYBRANCH} ]] && GOOBYBRANCH="v2"
21-
echo
22-
echo
2319
echo "${YELLOW}Thank you! Please hang tight while we get some things ready...${STD}"
2420
echo
2521
sleep 10
@@ -35,7 +31,7 @@ sudo chown -R ${USER}:${USER} ${CONFIGS}
3531

3632
echo "${MYDOMAIN}" > ${CONFIGVARS}/mydomain
3733
echo "${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

0 commit comments

Comments
 (0)