gerd.forgejo: removed unneeded shebangs
This commit is contained in:
parent
ee11537669
commit
e1e8968133
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ let
|
|||
AUTHELIA_AUTH_NAME = "authelia";
|
||||
|
||||
scriptAddLDAPAuth = pkgs.writeShellScript "forgejo-add-update-ldap-auth.sh" ''
|
||||
#!/usr/bin/env sh
|
||||
FORGEJO_WORK_PATH="${config.services.forgejo.stateDir}"
|
||||
FORGEJO_AUTH_NAME="lldap"
|
||||
|
||||
|
@ -50,7 +49,6 @@ let
|
|||
|
||||
|
||||
scriptAddOAuth = pkgs.writeShellScript "forgejo-add-update-oauth.sh" ''
|
||||
#!/usr/bin/env sh
|
||||
FORGEJO_WORK_PATH="${config.services.forgejo.stateDir}"
|
||||
FORGEJO_AUTH_NAME="${AUTHELIA_AUTH_NAME}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue