Make dev script Linux compatible.

This commit is contained in:
Jørn Åne 2016-08-26 17:54:50 +02:00
parent e0fcf5f265
commit 0ea3b934dd
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -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/