Skip to content

Commit 30ebd56

Browse files
authored
Merge pull request #199 from marcioaffonso/fix-run-demo-script
MODIFY run-demo script to make it work with php7
2 parents debb884 + 577a01a commit 30ebd56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/Archiving/run-demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ then
1111
rm -rf cache/
1212
fi
1313

14-
php -S localhost:8080 -t web web/index.php
14+
php -S localhost:8080 -t web/

sample/HelloWorld/run-demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ then
1111
rm -rf cache/
1212
fi
1313

14-
php -S localhost:8080 -t web web/index.php
14+
php -S localhost:8080 -t web/

sample/SipCall/run-demo

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ then
2121
rm -rf cache/
2222
fi
2323

24-
php -S localhost:8080 -t web web/index.php
24+
php -S localhost:8080 -t web/

0 commit comments

Comments
 (0)