aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))))))