fix: shebangs (#3643)

Signed-off-by: lucasew <lucas59356@gmail.com>
pull/3710/head
Lucas Eduardo 2023-08-17 00:50:01 +07: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

@ -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

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

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

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

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

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

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

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

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

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

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