mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 09:45:09 +00:00
php not php7.0
This commit is contained in:
parent
18d348b651
commit
6c1e0e2ccf
1 changed files with 1 additions and 1 deletions
2
dev.sh
2
dev.sh
|
@ -7,4 +7,4 @@ if [ ! -e "data/config.php" ]; then
|
||||||
cp "$DIR/data/config.php.example" "$DIR/data/config.php"
|
cp "$DIR/data/config.php.example" "$DIR/data/config.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
php7.0 --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"
|
php --server localhost:8000 --docroot "$DIR/web" "$DIR/web/index.php"
|
||||||
|
|
Loading…
Add table
Reference in a new issue