Skip to content
Snippets Groups Projects
Commit 28c53e45 authored by anarcat's avatar anarcat Committed by anarcat
Browse files

documentation nitpick: add -p to the mkdir call because vhosts.d is in the...

documentation nitpick: add -p to the mkdir call because vhosts.d is in the config/ subdir, which also needs to be created
parent 1a18ce43
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ function provision_apache_help($section) {
$mkdir_cmd['@vhost_path'] = $vhost_path;
$mkdir_cmd['@provision_link'] = url('admin/settings/provision');
$mkdir_cmd['@mkdir_cmd'] = <<<EOF
[$username@hm2 ~]$ mkdir $vhost_path
[$username@hm2 ~]$ mkdir -p $vhost_path
[$username@hm2 ~]$ chown $username:$username $vhost_path
[$username@hm2 ~]$ chmod 0700 $vhost_path
EOF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment