small adjustments to install when ssl is activated and gentoo-config-templates

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-07 13:23:32 +02:00
parent 2ae67c39fd
commit d42e71fa9f
3 changed files with 19 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
* @license https://files.froxlor.org/misc/COPYING.txt GPLv2
*/
return <<<FROXLORSQL
return <<<'FROXLORSQL'
DROP TABLE IF EXISTS `ftp_groups`;
CREATE TABLE `ftp_groups` (
`id` int(20) NOT NULL auto_increment,