diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-16 11:13:46 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-16 11:13:46 +0200 |
commit | 8612a9b2322df872c647ce5187164719441d1b15 (patch) | |
tree | 5378fc3ba1a8399f9bcc3c44f9429c47b63864eb /autotest-checkers.sh | |
parent | 9eade34385b6b23a9e9d3e4f5885458ca706af62 (diff) | |
download | nextcloud-server-8612a9b2322df872c647ce5187164719441d1b15.tar.gz nextcloud-server-8612a9b2322df872c647ce5187164719441d1b15.zip |
Remove legacy ca-cert checker
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-x | autotest-checkers.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh index a539b598ded..6abce428bc5 100755 --- a/autotest-checkers.sh +++ b/autotest-checkers.sh @@ -10,11 +10,8 @@ php ./build/triple-dot-checker.php RESULT=$(($RESULT+$?)) php ./build/htaccess-checker.php RESULT=$(($RESULT+$?)) -bash ./build/ca-bundle-checker.sh -RESULT=$(($RESULT+$?)) php ./build/OCPSinceChecker.php RESULT=$(($RESULT+$?)) - php ./build/files-checker.php RESULT=$(($RESULT+$?)) |