Commit
1ba6375d5bad794c2f89159a6be5466d42f11370
Trying new script approach.
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq diagnose.php |
4
| +../../../../scritps/php.sh -Cq diagnose.php |
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq cronMigration.php |
4
| +../../../../scritps/php.sh -Cq cronMigration.php |
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq cronIndexer.php |
4
| +../../../../scritps/php.sh -Cq cronIndexer.php |
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq optimise.php |
4
| +../../../../scritps/php.sh -Cq optimise.php |
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq registerTypes.php |
4
| +../../../../scritps/php.sh -Cq registerTypes.php |
|
1
| #!/bin/sh |
1
| #!/bin/sh |
|
2
| |
2
| |
|
3
| cd ../search2/indexing/bin |
3
| cd ../search2/indexing/bin |
|
4
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq cronSavedSearch.php |
4
| +../../../../scritps/php.sh -Cq cronSavedSearch.php |
|
| @@ -2,6 +2,6 @@ |
| @@ -2,6 +2,6 @@ |
|
2
| |
2
| |
|
3
| cd ../bin |
3
| cd ../bin |
|
4
| while true; do |
4
| while true; do |
|
5
| -/usr/local/zend/bin/php -c /use/local/zend/etc -Cq scheduler.php |
5
| +../scritps/php.sh -Cq scheduler.php |
|
6
| sleep 30 |
6
| sleep 30 |
|
7
| done |
7
| done |