Skip to content

Commit

Permalink
Uncomment getter for occ
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
  • Loading branch information
docjyJ committed Mar 29, 2024
1 parent 79101c8 commit d85c430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community-containers/lldap/setup-lldap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
occ() {
sudo docker exec -u www-data nextcloud-aio-nextcloud php /var/www/html/occ "$@"
}
DOMAIN=cloud.example.com
#DOMAIN=$(occ config:system:get overwritehost)

DOMAIN=$(occ config:system:get overwritehost)
BASE_DN="dc=${DOMAIN//./,dc=}"

echo "Nextcloud instance found"
Expand Down

0 comments on commit d85c430

Please sign in to comment.