Browse Source

SC2162

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
ec855898b9
  1. 2
      lgsm/functions/install_dst_token.sh

2
lgsm/functions/install_dst_token.sh

@ -30,7 +30,7 @@ if [ -z "${autoinstall}" ]; then
if [ "${overwritetoken}" == "true" ]; then
echo "Once you have the cluster token, enter it below"
echo -n "Cluster Token: "
read token
read -r token
mkdir -pv "${clustercfgdir}"
echo "${token}" > "${clustercfgdir}/cluster_token.txt"
if [ -f "${clustercfgdir}/cluster_token.txt" ]; then

Loading…
Cancel
Save