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
# The default execution directory of this script is the ci_scripts directory.
cd $CI_WORKSPACE/mobile

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# vim:sw=4:ts=4:et
set -e

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}"

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

View file

@ -1,2 +1,2 @@
#!/bin/sh
#!/usr/bin/env sh
./start.sh microservices

View file

@ -1,2 +1,2 @@
#!/bin/sh
#!/usr/bin/env sh
./start.sh immich

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
export LD_PRELOAD=/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2