Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thom
ISPConfig Autoinstaller
Commits
c680ace0
Commit
c680ace0
authored
Jan 19, 2021
by
Marius Burkard
Browse files
- add missing unbound option
parent
f5df9d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/class.ISPConfig.inc.php
View file @
c680ace0
...
...
@@ -257,7 +257,7 @@ Possible arguments are:
$valid_args
=
array
(
'help'
,
'debug'
,
'interactive'
,
'use-nginx'
,
'use-amavis'
,
'use-php'
,
'use-ftp-ports'
,
'channel'
,
'lang'
,
'use-nginx'
,
'use-amavis'
,
'use-php'
,
'use-unbound'
,
'use-ftp-ports'
,
'channel'
,
'lang'
,
'no-web'
,
'no-mail'
,
'no-dns'
,
'no-firewall'
,
'no-roundcube'
,
'no-pma'
,
'no-mailman'
,
'no-quota'
,
'no-ntp'
,
'no-local-dns'
,
'i-know-what-i-am-doing'
);
...
...
Write
Preview
Supports
Markdown
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