aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-restore-site
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-27 19:15:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-27 19:15:57 -0300
commit6939e503a21363997c483385979493f9a07e944f (patch)
treec89586c83ddaacac8371b568c91070a587dc286f /share/hydractl/backup-restore-site
parente4a4483379334ff381c52cfdcaaec81ec417809b (diff)
downloadhydra-6939e503a21363997c483385979493f9a07e944f.tar.gz
hydra-6939e503a21363997c483385979493f9a07e944f.tar.bz2
Minor fix
Diffstat (limited to 'share/hydractl/backup-restore-site')
-rwxr-xr-xshare/hydractl/backup-restore-site2
1 files changed, 1 insertions, 1 deletions
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