log "ERROR""It seems, that you have no active systemd environment in your WSL. Please follow the guide in https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/"
log "INFO""Bridgehead's open-source repository has been found at /srv/docker/bridgehead"
else
log "ERROR""The directory /srv/docker/bridgehead seems to exist, but doesn't contain a clone of $bridgehead_repository_url\nPlease delete the directory and try again."
exit1
fi
else
log "INFO""Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
log "INFO""Your site config repository in /etc/bridgehead seems to be installed correctly."
else
log "WARN""Your site configuration repository in /etc/bridgehead seems to have another origin than git.verbis.dkfz.de. Please check if the repository is correctly cloned!"
fi
else
log "INFO""Now cloning your site configuration repository for you."
read -p "Please enter your site: " site
read -s -p "Please enter the bridgehead's access token for your site configuration repository (will not be echoed): " access_token