Compare commits
No commits in common. "263755aa5831c9a90407217bf732c4732b89a649" and "8938437b1e1f34b478015a87e5e03be558057ec7" have entirely different histories.
263755aa58
...
8938437b1e
|
@ -38,6 +38,8 @@ function updatelog {
|
|||
fi
|
||||
}
|
||||
|
||||
sudo -u $wwwuser php "$nextcloudpath/occ" user:list > /tmp/ncchecknewusers.txt
|
||||
|
||||
array=($(cat $nextcloudpath/config/config.php | grep 'datadirectory'))
|
||||
nextcloudfilespath=${array[2]:1:-2}
|
||||
cat $nextcloudfilespath/nextcloud.log | grep '"level":2,' | grep '"Login failed:' > /tmp/ncfailedlogins.tmp
|
||||
|
|
|
@ -49,6 +49,8 @@ function updatelog {
|
|||
fi
|
||||
}
|
||||
|
||||
sudo -u $wwwuser php "$nextcloudpath/occ" user:list > /tmp/ncchecknewusers.txt
|
||||
|
||||
array=($(cat $nextcloudpath/config/config.php | grep 'datadirectory'))
|
||||
nextcloudfilespath=${array[2]:1:-2}
|
||||
cp $nextcloudfilespath/nextcloud.log /tmp/nclog.tmp
|
||||
|
|
Loading…
Reference in New Issue