mirror of https://github.com/tteck/Proxmox.git
Changing author info
This commit is contained in:
parent
f2d51014bb
commit
ed0aa78565
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue