# !/bin/bash
#
# script de mise a jour drupal core sur les differents sites o2Switch
#
# wget https://ftp.drupal.org/files/projects/drupal-7.87.tar.gz -o ~/public_html/drupal.tar.gz

tar -xzvpf drupal.tar.gz
mv ~/public_html/drupal/index.php ~/public_html/drupal/index_new.php
chmod 770 ~/public_html/drupal/index_new.php



echo "new test"
