mirror of
https://github.com/php/systems.git
synced 2026-04-27 09:08:07 +02:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -aC --delete --delete-after \
|
|
rsync.php.net::php-analytics-web /var/www/analytics
|
|
chown -R www-data:www-data /var/www/analytics
|