mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
fix(server): add executable permission to start scripts (#2650)
This commit is contained in:
parent
ef86a77946
commit
c5234731d6
2
server/start-microservices.sh
Normal file → Executable file
2
server/start-microservices.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$DB_HOSTNAME_FILE" ]; then
|
if [ "$DB_HOSTNAME_FILE" ]; then
|
||||||
export DB_HOSTNAME=$(cat $DB_HOSTNAME_FILE)
|
export DB_HOSTNAME=$(cat $DB_HOSTNAME_FILE)
|
||||||
|
2
server/start-server.sh
Normal file → Executable file
2
server/start-server.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$DB_HOSTNAME_FILE" ]; then
|
if [ "$DB_HOSTNAME_FILE" ]; then
|
||||||
export DB_HOSTNAME=$(cat $DB_HOSTNAME_FILE)
|
export DB_HOSTNAME=$(cat $DB_HOSTNAME_FILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user