mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update unifi-os-server-vm.sh
This commit is contained in:
@@ -109,7 +109,6 @@ function cleanup_vmid() {
|
||||
|
||||
function send_line_to_vm() {
|
||||
local line="$1"
|
||||
echo -e "${DGN}Sending: ${YW}${line}${CL}"
|
||||
for ((i = 0; i < ${#line}; i++)); do
|
||||
character=${line:i:1}
|
||||
case $character in
|
||||
|
||||
Reference in New Issue
Block a user