Skip to content

Commit 97073be

Browse files
authored
lldap: fix update-check (#4742)
1 parent 8222818 commit 97073be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/lldap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function update_script() {
2323
header_info
2424
check_container_storage
2525
check_container_resources
26-
if [[ ! -f /etc/systemd/system/lldap.service ]]; then
26+
if [[ ! -f /lib/systemd/system/lldap.service ]]; then
2727
msg_error "No ${APP} Installation Found!"
2828
exit
2929
fi
@@ -41,4 +41,4 @@ description
4141
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 the following URL:${CL}"
44-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:17170${CL}"
44+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:17170${CL}"

0 commit comments

Comments
 (0)