Projet

Général

Profil

Révision b02bac9b

Ajouté par Julien Enselme il y a environ 9 ans

d7-sync-site.sh: correct call to d7-create-site.sh

Voir les différences:

bin/d7-sync-site.sh
49 49
# Create site if necessary
50 50
if ! site_exists "${dest_site_name}" > /dev/null ; then
51 51
    echo "${dest_site_name} does not exit. We will create it"
52
    d7-create-site.sh "${dest_site_name}" --no-init-database
52
    d7-create-site.sh -s "${dest_site_name}" -m "will@be.erased" -p "willbeerased" -d
53 53
    # if the site is new, there is no database
54 54
    new_site=1
55 55
fi

Formats disponibles : Unified diff