Giacomo Leidi 4 years ago
parent
commit
94bff82c7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mastostart-gnu/services/mastostart.scm

+ 1 - 1
mastostart-gnu/services/mastostart.scm

@@ -78,7 +78,7 @@
       (requirement '(httpd mysql))
       (documentation "Start serving the MastodonStartpage.")
       (start #~(lambda _
-                 (if (equal? (scandir #$webroot) '("." ".."))
+                 (if (equal? #$(scandir webroot) '("." ".."))
                      (begin
                        (invoke #$(file-append coreutils "/bin/rm") "-rf"
                                #$webroot)