mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #621] [MERGED] Install script accepts default hostname #648
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#648
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/621
Author: @MisterBlueBear
Created: 11/2/2023
Status: ✅ Merged
Merged: 11/2/2023
Merged by: @catborise
Base:
master← Head:install_script_default_hostname📝 Commits (1)
2f24f77Install script accepts default hostname📊 Changes
1 file changed (+8 additions, -2 deletions)
View changed files
📝
webvirtcloud.sh(+8 -2)📄 Description
The installation script wasn't accepting the default from
hostname --fqdnthat was being displayed in the question.This change uses
hostname --fqdnif the user just hits enter.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.