Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/a73ae028184ea249c04943b93a3bd24cdc77d94d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
4 additions and
4 deletions
@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine .func)
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build .func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine .func)
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build .func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine .func)
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build .func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine .func)
source <( curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build .func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT