aboutsummaryrefslogtreecommitdiff
path: root/tw/system
diff options
context:
space:
mode:
authorTimo Wilken2023-01-07 21:07:29 +0100
committerTimo Wilken2023-01-07 21:07:29 +0100
commit426a15b09d8059a84e57b45b040557f9104c83cd (patch)
tree7fb27b7d812fa872b5537e6abf100378d55981b6 /tw/system
parent763428af9cbafb7354c3c99490712b781833b8ed (diff)
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.
Diffstat (limited to 'tw/system')
-rw-r--r--tw/system/lud.scm5
1 files changed, 2 insertions, 3 deletions
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)))))))