]> gitweb.fluxo.info Git - hydra.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 19:39:48 +0000 (16:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 19:39:48 +0000 (16:39 -0300)
share/hydractl/backup-restore-site

index 970961802671124f737a92bb43008a26a2f85538..bf68779abf5c89ba5fd2ef52f6319f0ee909755b 100755 (executable)
@@ -60,12 +60,14 @@ fi
 # Site
 if [ -e "$FOLDER/site" ]; then
   chown -R $SITE.$SITE $FOLDER/site
+  echo "Databases should be manually restored"
 fi
 
 # Drupal
 if [ -e "$FOLDER/drupal" ]; then
   # TODO: how to check drupal series?
   # TODO: check symlinks
+  # TODO: database import
   chown root.$SITE $FOLDER/drupal/settings.php
   chmod 640 $FOLDER/drupal/settings.php
 fi