mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 22:35:53 +00:00
Update pulse-install.sh
This commit is contained in:
@@ -44,10 +44,10 @@ $STD npm run build:css
|
|||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
msg_ok "Installed Pulse"
|
msg_ok "Installed Pulse"
|
||||||
|
|
||||||
read -p "Proxmox Host (z. B. https://proxmox.example.com:8006): " PROXMOX_HOST
|
read -rp "${TAB3}Proxmox Host (z. B. https://proxmox.example.com:8006): " PROXMOX_HOST
|
||||||
read -p "Proxmox Token ID (z. B. user@pam!mytoken): " PROXMOX_TOKEN_ID
|
read -rp "${TAB3}Proxmox Token ID (z. B. user@pam!mytoken): " PROXMOX_TOKEN_ID
|
||||||
read -p "Proxmox Token Secret: " PROXMOX_TOKEN_SECRET
|
read -rp "${TAB3}Proxmox Token Secret: " PROXMOX_TOKEN_SECRET
|
||||||
read -p "Port (default: 7655): " PORT
|
read -rp "${TAB3}Port (default: 7655): " PORT
|
||||||
PORT="${PORT:-7655}"
|
PORT="${PORT:-7655}"
|
||||||
|
|
||||||
msg_info "Creating .env file"
|
msg_info "Creating .env file"
|
||||||
|
|||||||
Reference in New Issue
Block a user