Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
0bf3fc93
Commit
0bf3fc93
authored
Feb 03, 2009
by
Adrian Rossouw
Committed by
adrian
Feb 03, 2009
Browse files
Fixed delete command
parent
1917196e
Changes
2
Hide whitespace changes
Inline
Side-by-side
platform/delete.provision.inc
View file @
0bf3fc93
...
...
@@ -26,6 +26,7 @@ function provision_drupal_provision_delete(&$data, $url) {
}
_provision_recursive_delete
(
"sites/
$url
"
);
$data
[
'installed'
]
=
FALSE
;
}
platform/provision_drupal.drush.inc
View file @
0bf3fc93
...
...
@@ -32,7 +32,9 @@ function provision_drupal_provision_init(&$data, $url = NULL) {
*/
function
provision_drupal_provision_finalize
(
&
$data
,
$url
=
NULL
)
{
if
(
PROVISION_CONTEXT_SITE
)
{
provision_save_site_data
(
$data
,
$url
);
if
(
$data
[
'installed'
])
{
provision_save_site_data
(
$data
,
$url
);
}
}
else
{
_provision_generate_config
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment