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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
set -e
export IMMICH_WEB_URL="${IMMICH_WEB_URL:-http://immich-web:3000}"