Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
4233dad2
Commit
4233dad2
authored
Nov 25, 2013
by
Till Brehm
Browse files
Fixed: FS#3238 - Spelling errors on Debian minimal OSTemplate page
parent
e585b5f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
4233dad2
...
...
@@ -955,7 +955,7 @@ CREATE TABLE IF NOT EXISTS `openvz_ostemplate` (
-- Dumping data for table `openvz_ostemplate`
--
INSERT
INTO
`openvz_ostemplate`
(
`ostemplate_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`template_file`
,
`server_id`
,
`allservers`
,
`active`
,
`description`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Debian minimal'
,
'debian-minimal-x86'
,
1
,
'y'
,
'y'
,
'Deb
a
in minmal image.'
);
INSERT
INTO
`openvz_ostemplate`
(
`ostemplate_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`template_name`
,
`template_file`
,
`server_id`
,
`allservers`
,
`active`
,
`description`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Debian minimal'
,
'debian-minimal-x86'
,
1
,
'y'
,
'y'
,
'Debi
a
n min
i
mal image.'
);
-- --------------------------------------------------------
...
...
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