Skip to content

Commit 6a26c94

Browse files
committed
we now use the one from web-main
1 parent 4605988 commit 6a26c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update-phpweb-backend

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
# 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
66
rsync -qrltDvzC --exclude=".git" --exclude="manual/en" /local/repos/phpweb/ /local/mirrors/phpweb
77

88
if ls /local/mirrors/manual-chms/*.chm > /dev/null 2> /dev/null; then
@@ -13,7 +13,7 @@ fi
1313

1414
# get manual notes
1515
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 \
1717
/local/mirrors/manual-notes.new
1818
if [ $? -eq 0 ]; then
1919
rm -rf /local/mirrors/manual-notes

0 commit comments

Comments
 (0)