From 426a15b09d8059a84e57b45b040557f9104c83cd Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 7 Jan 2023 21:07:29 +0100 Subject: Remove misleading comment I can't find any documentation about NEXTCLOUD_PHP_CONFIG and the variable doesn't seem to work. Remove the line mentioning it. --- tw/system/lud.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index f9c16453..0035d1ab 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -156,9 +156,8 @@ Header always set Strict-Transport-Security \"max-age=15552000\" (let ((backup-script (local-file "files/nextcloud-backup" #:recursive? #t))) #~(job "0 6 * * *" (lambda () - ;; Pass through the php.ini file that allows us - ;; to use Nextcloud's occ script. - ;; Alternatively, set NEXTCLOUD_PHP_CONFIG. + ;; Pass through the php.ini file that allows us to + ;; use Nextcloud's occ script. (execl #$backup-script "nextcloud-backup" #$nextcloud-php.ini)) (string-append #$backup-script " " #$nextcloud-php.ini))))))) -- cgit v1.2.3