fixed the check that sees if a ca.crt is present so it actually checks the right file

master
Tim Bazuin 5 years ago
parent c5ff4af87c
commit e581cda081

@ -5,6 +5,6 @@ echo 'extension=sqlite3.so' >> /etc/php/php.ini
test -d vendor || ./bin/setup_web
test -d storage/ca || mkdir storage/ca
test -d ca.crt || ./bin/setup
test -f storage/ca/ca.crt || ./bin/setup
php -S 0.0.0.0:80 -t public public/index.php

Loading…
Cancel
Save