d7-sync-site.sh: add -y option for and
d7-sync-site.sh: correct drushy rsync (incorrect variables).
d7-sync-site.sh: correct call to d7-create-site.sh
d7-sync-site.sh: don't check number of arguments.
d7-sync-site.sh: correct help definition.
Use getopts to print help and to parse script arguments.
Command subsitution are not quoted. Quotes posed problems in loop.
Update scritp so they respect the new convention.
Use 'drush @ sql-drop' instead of 'drush @ sql-dump | grep DROP | drush sql-cli' to drop db in d7-sync-site.sh
use drush sql-cli to sync databases in d7-sync-site.sh instead of mysql
Sed syntax incorrect.
We must change all url patterns.
Use mysql to sync database instead of drush sql-sync.
Correct sed error.
Change source url in database the url of the copy.
Maintenant en local dans le jail webassos #374
Add check_arguments and no need to display output of site_exists.
d7-sync-site.sh works.
Correct tests
Must use function to call function in a test
function
Correct variable name error and function call error.
Correct path error
When creating a new site for sync #375, it is unusefull to init the database.
Add script to sync site as described in #375