Skip to content

Commit

Permalink
issues/2 (#2): add restart tomcat to message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Dunlavey committed Dec 14, 2016
1 parent 4f8e6e4 commit 0000860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sitespinner.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function sitespinner_sitespinner($base, $destination) {
$msgs = array('');
$msgs[] = dt('!sitepath and its drupal database have been created.', array('!sitepath' => $multisite_root));
$msgs[] = '';
$msgs[] = dt('Be sure to edit the filter-drupal.xml file on the Fedora server to fully enable this site.');
$msgs[] = dt('Be sure to edit the filter-drupal.xml file on the Fedora server and then reboot tomcat to finish enabling this site.');
$msgs[] = dt('Documentation: https://wiki.duraspace.org/pages/viewpage.action?pageId=69833569');
$msgs[] = '';
sitespinner_print($msgs);
Expand Down Expand Up @@ -292,7 +292,7 @@ function sitespinner_sitespinner_delete($alias) {
$msgs = array('');
$msgs[] = dt('!sitepath and its drupal database have been deleted.', array('!sitepath' => $multisite_root));
$msgs[] = '';
$msgs[] = dt('Be sure to edit the filter-drupal.xml file on the Fedora server to remove this site.');
$msgs[] = dt('Be sure to edit the filter-drupal.xml file on the Fedora server and restart tomcat to finish removal of this site.');
$msgs[] = dt('Documentation: https://wiki.duraspace.org/pages/viewpage.action?pageId=69833569');
$msgs[] = '';
sitespinner_print($msgs);
Expand Down

0 comments on commit 0000860

Please sign in to comment.