Skip to content
Snippets Groups Projects
Commit 666da3d6 authored by kohleman's avatar kohleman
Browse files

added the check_login script

SVN: 14444
parent 157aed90
No related merge requests found
......@@ -10,4 +10,8 @@ export DESTINATION=~openbis/logs
$RSYNC -av $TOMCAT_LOGS/*auth* $DESTINATION
$RSYNC -av $TOMCAT_LOGS/*usage* $DESTINATION
$RSYNC -av $DSS_LOGS/* $DESTINATION
\ No newline at end of file
$RSYNC -av $DSS_LOGS/* $DESTINATION
if [ -f $DESTINATION/check_logins.sh ]; then
$DESTINATION/check_logins.sh
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment