File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# phpweb has some hardcoded files in the repo for development purposes
4
- # these need to beo verwritten by the update-backend script to fetch new content
5
- /local/mirrors/php-master -web/scripts/update-backend /local/repos/phpweb
4
+ # these need to be overwritten by the update-backend script to fetch new content
5
+ /local/mirrors/php-main -web/scripts/update-backend /local/repos/phpweb
6
6
rsync -qrltDvzC --exclude=" .git" --exclude=" manual/en" /local/repos/phpweb/ /local/mirrors/phpweb
7
7
8
8
if ls /local/mirrors/manual-chms/* .chm > /dev/null 2> /dev/null; then
13
13
14
14
# get manual notes
15
15
mkdir -p /local/mirrors/manual-notes.new
16
- /local/mirrors/php-master -web/scripts/update-user-notes \
16
+ /local/mirrors/php-main -web/scripts/update-user-notes \
17
17
/local/mirrors/manual-notes.new
18
18
if [ $? -eq 0 ]; then
19
19
rm -rf /local/mirrors/manual-notes
You can’t perform that action at this time.
0 commit comments