provide full path to 'nice'-executable in cron-configuration-templates, fixes #1272

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-06 11:36:34 +02:00
parent fc0a069a74
commit 475e2bf735
8 changed files with 8 additions and 8 deletions

View File

@@ -264,7 +264,7 @@ CREATE TABLE `panel_ipsandports` (
`namevirtualhost_statement` tinyint(1) NOT NULL default '0',
`vhostcontainer` tinyint(1) NOT NULL default '0',
`vhostcontainer_servername_statement` tinyint(1) NOT NULL default '0',
`specialsettings` text NOT NULL,
`specialsettings` text NOT NULL default '',
`ssl` tinyint(4) NOT NULL default '0',
`ssl_cert_file` varchar(255) NOT NULL,
`ssl_key_file` varchar(255) NOT NULL,