Skip to content

Commit a836d65

Browse files
authored
PMM-7 Fix exit status in generate-ssl-certificate script (#4487)
1 parent 7319476 commit a836d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/ansible/roles/nginx/files/ssl/generate-ssl-certificate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ! -w "/srv/nginx" ]; then
3535
fi
3636

3737
echo "Using user provided certificate."
38-
return 0
38+
exit 0
3939
fi
4040

4141
if [ ! -f /srv/nginx/dhparam.pem ]; then

0 commit comments

Comments
 (0)