From 12da117cabed8d3bb34fcad65d4bc56ffd2766a0 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 8 Jan 2023 20:20:44 +0100 Subject: [PATCH] fix chmod() command in compatibility cronjob for updaters Signed-off-by: Michael Kaufmann --- install/froxlor.sql.php | 4 ++-- install/updates/froxlor/update_2.x.inc.php | 24 +++++++++++++++++++++- lib/Froxlor/Froxlor.php | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/install/froxlor.sql.php b/install/froxlor.sql.php index 976e0d9e..fb57268a 100644 --- a/install/froxlor.sql.php +++ b/install/froxlor.sql.php @@ -696,7 +696,7 @@ opcache.validate_timestamps'), ('system', 'distribution', ''), ('system', 'update_channel', 'stable'), ('system', 'updatecheck_data', ''), - ('system', 'update_notify_last', '2.0.3'), + ('system', 'update_notify_last', '2.0.4'), ('system', 'traffictool', 'goaccess'), ('api', 'enabled', '0'), ('2fa', 'enabled', '1'), @@ -740,7 +740,7 @@ opcache.validate_timestamps'), ('panel', 'logo_overridetheme', '0'), ('panel', 'logo_overridecustom', '0'), ('panel', 'settings_mode', '0'), - ('panel', 'version', '2.0.3'), + ('panel', 'version', '2.0.4'), ('panel', 'db_version', '202212060'); diff --git a/install/updates/froxlor/update_2.x.inc.php b/install/updates/froxlor/update_2.x.inc.php index fff2aab0..c6cc596c 100644 --- a/install/updates/froxlor/update_2.x.inc.php +++ b/install/updates/froxlor/update_2.x.inc.php @@ -211,7 +211,7 @@ if (Froxlor::isDatabaseVersion('202211030')) { $newCronBin = Froxlor::getInstallDir().'/bin/froxlor-cli'; $compCron = <<