forked from zer.ooo/web
fixed the check that sees if a ca.crt is present so it actually checks the right file
This commit is contained in:
parent
c5ff4af87c
commit
e581cda081
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue