From 6939e503a21363997c483385979493f9a07e944f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Sep 2011 19:15:57 -0300 Subject: Minor fix --- share/hydractl/backup-restore-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/backup-restore-site b/share/hydractl/backup-restore-site index a5863b4..a737866 100755 --- a/share/hydractl/backup-restore-site +++ b/share/hydractl/backup-restore-site @@ -71,7 +71,7 @@ if [ -e "$FOLDER/drupal" ]; then chmod 640 $FOLDER/drupal/settings.php if [ ! -z "$SERIES" ]; then - if [ ! -e "$WWW/drupal-$SERIES" ]; then + if [ -e "$WWW/drupal-$SERIES" ]; then echo "Creating basic drupal symlinks..." ( cd $WWW/drupal-$SERIES/sites -- cgit v1.2.3