Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Apr 9, 2024
1 parent 1a88720 commit 363ae0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions synchronise/run
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ fi
chmod 0700 /app/scripts/psql.sh

# Run LDAP synchronisation
echo "Start of pg-ldap-sync.yaml"
cat /app/resources/pg-ldap-sync.yaml
echo "End of pg-ldap-sync.yaml"
echo "$(date -Is) Running LDAP synchronisation..."
/usr/local/bin/pg_ldap_sync -vvv -c /app/resources/pg-ldap-sync.yaml 2>&1

# Update the local database
echo "Start of psql.sh"
cat /app/v/psql.sh
echo "End of psql.sh"
echo "$(date -Is) Updating database..."
/app/scripts/psql.sh

Expand Down

0 comments on commit 363ae0a

Please sign in to comment.