update
This commit is contained in:
@@ -82,7 +82,7 @@ TAPM_ENSURE_RUNTIME_CONFIG() {
|
||||
printf 'Enter an HTTPS origin without a path.\n' >&3
|
||||
done
|
||||
while true; do
|
||||
printf 'Gitea hostname (example: git.example.com): ' >&3
|
||||
printf 'Git hostname (example: git.example.com): ' >&3
|
||||
IFS= read -r gitea_domain <"$input_device" || return 1
|
||||
TAPM_VALID_GITEA_DOMAIN "$gitea_domain" && break
|
||||
printf 'Enter a hostname without https:// or a path.\n' >&3
|
||||
|
||||
Reference in New Issue
Block a user