#!/bin/sh
cd /var/www/alko-garden.de

echo "Sitemap for DE"
./bin/console --shopId=1 alko:recreate:seolinks
./bin/console --shopId=1 alko:create:sitemap products
./bin/console --shopId=1 alko:create:sitemap categories
./bin/console --shopId=1 alko:create:sitemap content
./bin/console --shopId=1 alko:create:sitemap sitemapindex

echo "Sitemap for AT"
./bin/console --shopId=2 alko:recreate:seolinks
./bin/console --shopId=2 alko:create:sitemap products
./bin/console --shopId=2 alko:create:sitemap categories
./bin/console --shopId=2 alko:create:sitemap content
./bin/console --shopId=2 alko:create:sitemap sitemapindex

echo "Sitemap for PL"
./bin/console --shopId=3 alko:recreate:seolinks
./bin/console --shopId=3 alko:create:sitemap products
./bin/console --shopId=3 alko:create:sitemap categories
./bin/console --shopId=3 alko:create:sitemap content
./bin/console --shopId=3 alko:create:sitemap sitemapindex

echo "Sitemap for SE"
./bin/console --shopId=4 alko:recreate:seolinks
./bin/console --shopId=4 alko:create:sitemap products
./bin/console --shopId=4 alko:create:sitemap categories
./bin/console --shopId=4 alko:create:sitemap content
./bin/console --shopId=4 alko:create:sitemap sitemapindex

echo "Sitemap for NO"
./bin/console --shopId=5 alko:recreate:seolinks
./bin/console --shopId=5 alko:create:sitemap products
./bin/console --shopId=5 alko:create:sitemap categories
./bin/console --shopId=5 alko:create:sitemap content
./bin/console --shopId=5 alko:create:sitemap sitemapindex

echo "Sitemap for DK"
./bin/console --shopId=6 alko:recreate:seolinks
./bin/console --shopId=6 alko:create:sitemap products
./bin/console --shopId=6 alko:create:sitemap categories
./bin/console --shopId=6 alko:create:sitemap content
./bin/console --shopId=6 alko:create:sitemap sitemapindex

echo "Sitemap for IT"
./bin/console --shopId=7 alko:recreate:seolinks
./bin/console --shopId=7 alko:create:sitemap products
./bin/console --shopId=7 alko:create:sitemap categories
./bin/console --shopId=7 alko:create:sitemap content
./bin/console --shopId=7 alko:create:sitemap sitemapindex

echo "Sitemap for HU"
./bin/console --shopId=8 alko:recreate:seolinks
./bin/console --shopId=8 alko:create:sitemap products
./bin/console --shopId=8 alko:create:sitemap categories
./bin/console --shopId=8 alko:create:sitemap content
./bin/console --shopId=8 alko:create:sitemap sitemapindex

echo "Sitemap for CZ"
./bin/console --shopId=9 alko:recreate:seolinks
./bin/console --shopId=9 alko:create:sitemap products
./bin/console --shopId=9 alko:create:sitemap categories
./bin/console --shopId=9 alko:create:sitemap content
./bin/console --shopId=9 alko:create:sitemap sitemapindex

echo "Sitemap for SK"
./bin/console --shopId=10 alko:recreate:seolinks
./bin/console --shopId=10 alko:create:sitemap products
./bin/console --shopId=10 alko:create:sitemap categories
./bin/console --shopId=10 alko:create:sitemap content
./bin/console --shopId=10 alko:create:sitemap sitemapindex

echo "Sitemap for HR"
./bin/console --shopId=11 alko:recreate:seolinks
./bin/console --shopId=11 alko:create:sitemap products
./bin/console --shopId=11 alko:create:sitemap categories
./bin/console --shopId=11 alko:create:sitemap content
./bin/console --shopId=11 alko:create:sitemap sitemapindex

echo "Sitemap for FR"
./bin/console --shopId=12 alko:recreate:seolinks
./bin/console --shopId=12 alko:create:sitemap products
./bin/console --shopId=12 alko:create:sitemap categories
./bin/console --shopId=12 alko:create:sitemap content
./bin/console --shopId=12 alko:create:sitemap sitemapindex

echo "Sitemap for UA"
#./bin/console --shopId=13 alko:recreate:seolinks
#./bin/console --shopId=13 alko:create:sitemap products
#./bin/console --shopId=13 alko:create:sitemap categories
#./bin/console --shopId=13 alko:create:sitemap content
#./bin/console --shopId=13 alko:create:sitemap sitemapindex

echo "Sitemap for UK"
./bin/console --shopId=14 alko:recreate:seolinks
./bin/console --shopId=14 alko:create:sitemap products
./bin/console --shopId=14 alko:create:sitemap categories
./bin/console --shopId=14 alko:create:sitemap content
./bin/console --shopId=14 alko:create:sitemap sitemapindex

echo "Sitemap for RU"
#./bin/console --shopId=15 alko:recreate:seolinks
#./bin/console --shopId=15 alko:create:sitemap products
#./bin/console --shopId=15 alko:create:sitemap categories
#./bin/console --shopId=15 alko:create:sitemap content
#./bin/console --shopId=15 alko:create:sitemap sitemapindex

echo "Sitemap for SL"
./bin/console --shopId=16 alko:recreate:seolinks
./bin/console --shopId=16 alko:create:sitemap products
./bin/console --shopId=16 alko:create:sitemap categories
./bin/console --shopId=16 alko:create:sitemap content
./bin/console --shopId=16 alko:create:sitemap sitemapindex
