Use plain /bin/sh as /bin/bash does not exist under NixOS.

This commit is contained in:
Clemens Fruhwirth 2019-03-25 14:29:05 +01:00
parent 316b493cda
commit 0115d612e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
SECRETSFILE=secrets/secrets.nix