Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
3036e41c
Commit
3036e41c
authored
Apr 12, 2010
by
Adrian Rossouw
Browse files
remove the server command (which makes no sense anymore)
parent
62c5bcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.provision.inc
deleted
100644 → 0
View file @
62c5bcfb
<?php
/**
*/
function
drush_provision_server
()
{
_provision_create_dir
(
drush_get_option
(
'config_path'
),
dt
(
'Provision configuration'
),
0711
);
_provision_create_dir
(
drush_get_option
(
'config_path'
)
.
'/includes'
,
dt
(
'Provision PHP configuration'
),
0711
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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