Skip to content

Commit

Permalink
issues/2 (#2): added message about needing to edit filter-drupal.xml …
Browse files Browse the repository at this point in the history
…on the Fedora server after site add and delete
  • Loading branch information
Pat Dunlavey committed Dec 13, 2016
1 parent 615dc26 commit 2d42fb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sitespinner.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function sitespinner_sitespinner($base, $destination) {


sitespinner_print(dt("Site created. Test it at http://!uri\n", array('!uri' => $destination_site_alias_record['uri'])));
sitespinner_print(dt('Be sure to edit the filter-drupal.xml file on the Fedora server to fully enable this site. Documentation: https://wiki.duraspace.org/pages/viewpage.action?pageId=69833569'));
return 0;
}

Expand Down Expand Up @@ -283,6 +284,8 @@ function sitespinner_sitespinner_delete($alias) {
else {
sitespinner_print(dt('Attempting to delete !symlink, but it does not exist. Skipping...', array('!symlink' => $symlink)) . "\n");
}
sitespinner_print(dt('!sitepath and its drupal database has been deleted.', array('!sitepath' => $multisite_root)));
sitespinner_print(dt('Be sure to edit the filter-drupal.xml file on the Fedora server to remove this site. Documentation: https://wiki.duraspace.org/pages/viewpage.action?pageId=69833569'));
}

// }}}
Expand Down

0 comments on commit 2d42fb9

Please sign in to comment.