mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
- apparently pb12 needs the rsync way, restore, and keep git pull for
master.php.net
This commit is contained in:
@@ -6,4 +6,10 @@
|
||||
|
||||
cd /local/systems || exit 1
|
||||
|
||||
git pull -q
|
||||
if test -d .git && test -x /usr/bin/git; then
|
||||
# master.php.net
|
||||
git pull -q
|
||||
else
|
||||
# pb12.pair.com
|
||||
rsync -qazC --timeout=600 --delete --delete-after rsync.php.net::systems /local/systems
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user