Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Oct 13, 2023
1 parent aeae5e6 commit 63a3c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sciencemesh/scripts/gencerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ createCert revad2
for efss in owncloud nextcloud cernbox; do
createCert reva${efss}1
createCert reva${efss}2
[[ "${efss}" -ne "cernbox" ]] && createCert ${efss}1
[[ "${efss}" -ne "cernbox" ]] && createCert ${efss}2
[ "${efss}" != "cernbox" ] && createCert ${efss}1
[ "${efss}" != "cernbox" ] && createCert ${efss}2
createCert wopi${efss}1
createCert wopi${efss}2
done

0 comments on commit 63a3c7c

Please sign in to comment.