Make dev script Linux compatible.
This commit is contained in:
parent
e0fcf5f265
commit
0ea3b934dd
2
dev.sh
2
dev.sh
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
which -s sqlite3 && test \! -e pvv.sqlite && sqlite3 pvv.sqlite < pvv.sql
|
||||
which sqlite3 > /dev/null 2>&1 && test \! -e pvv.sqlite && sqlite3 pvv.sqlite < pvv.sql
|
||||
test \! -e sql_config.php && cp sql_config_example.php sql_config.php
|
||||
php -S [::]:1080 -t www/
|
||||
|
|
Loading…
Reference in New Issue