Unverified Commit 270fcad8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/cron: Fix ShellCheck issues (#370910)

parents 8db25687 361c7f79
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -125,7 +125,8 @@ in
        wantedBy = [ "multi-user.target" ];

        preStart = ''
          mkdir -m 710 -p /var/cron
          (umask 022 && mkdir -p /var)
          (umask 067 && mkdir -p /var/cron)

          # By default, allow all users to create a crontab.  This
          # is denoted by the existence of an empty cron.deny file.