1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

fix: shebangs (#3643)

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
Lucas Eduardo
2023-08-17 00:50:01 -03:00
committed by GitHub
parent 4ee634766d
commit 53f5643994
11 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1 +1,2 @@
#!/usr/bin/env bash
node ./node_modules/immich/bin/index "$@"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e