diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/backup-restore-site | 2 |
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 |