Skip to content

Commit a2deb3e

Browse files
authored
Update openhab.sh
1 parent 4a7c234 commit a2deb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/openhab.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
2+
source <(curl -fsSL https://raw.githubusercontent.com/moodyblue/ProxmoxVE/main/misc/build.func)
33
# Copyright (c) 2021-2025 tteck
44
# Author: tteck (tteckster)
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -42,4 +42,4 @@ msg_ok "Completed Successfully!\n"
4242
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4343
echo -e "${INFO}${YW} Access it using one of the following URLs:${CL}"
4444
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8443${CL}"
45-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"
45+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"

0 commit comments

Comments
 (0)