mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
hopefully fix the problem in the cron jobs by using an absolute path
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
../../scripts/populatedocs.sh
|
||||
../../scripts/generation.sh
|
||||
|
||||
. `dirname $0`/../../build-ops
|
||||
|
||||
cd ${SCRIPTSDIR}
|
||||
|
||||
./populatedocs.sh
|
||||
./generation.sh
|
||||
|
Reference in New Issue
Block a user