We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222818 commit 97073beCopy full SHA for 97073be
ct/lldap.sh
@@ -23,7 +23,7 @@ function update_script() {
23
header_info
24
check_container_storage
25
check_container_resources
26
- if [[ ! -f /etc/systemd/system/lldap.service ]]; then
+ if [[ ! -f /lib/systemd/system/lldap.service ]]; then
27
msg_error "No ${APP} Installation Found!"
28
exit
29
fi
@@ -41,4 +41,4 @@ description
41
msg_ok "Completed Successfully!\n"
42
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
43
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
44
-echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:17170${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:17170${CL}"
0 commit comments