No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
5 additions and
0 deletions
-
ldap-sync.sh
|
@ -1,3 +1,8 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
MY_PATH="`dirname \"$0\"`" |
|
|
|
|
|
cd "$MY_PATH" |
|
|
|
|
|
echo "*******************************" |
|
|
|
|
|
echo "* LDAP-SYNC *" |
|
|
|
|
|
echo "*******************************" |
|
|
date |
|
|
date |
|
|
java -jar target/ldap-sync-1.0-SNAPSHOT-jar-with-dependencies.jar |
|
|
java -jar target/ldap-sync-1.0-SNAPSHOT-jar-with-dependencies.jar |