|
|
@ -1,8 +1,7 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
#!/usr/bin/env bash |
|
|
|
source <(curl -s https://raw.githubusercontent.com/ELKozel/Proxmox/main/misc/build.func) |
|
|
|
source <(curl -s https://raw.githubusercontent.com/ELKozel/Proxmox/main/misc/build.func) |
|
|
|
# Copyright (c) 2021-2024 tteck |
|
|
|
# Copyright (c) 2024 ELKozel |
|
|
|
# Author: tteck (tteckster) |
|
|
|
# Author: T.H. (ELKozel) |
|
|
|
# Co-Author: T.H. (ELKozel) |
|
|
|
|
|
|
|
# License: MIT |
|
|
|
# License: MIT |
|
|
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE |
|
|
|
# https://github.com/tteck/Proxmox/raw/main/LICENSE |
|
|
|
|
|
|
|
|
|
|
@ -83,4 +82,4 @@ description |
|
|
|
|
|
|
|
|
|
|
|
msg_ok "Completed Successfully!\n" |
|
|
|
msg_ok "Completed Successfully!\n" |
|
|
|
echo -e "${APP} should be reachable on port 9200 |
|
|
|
echo -e "${APP} should be reachable on port 9200 |
|
|
|
${BL}http://${IP}:5678${CL} \n" |
|
|
|
${BL}http://${IP}:9200${CL} \n" |
|
|
|