mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02: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
|
||||
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
|
||||
export DB_HOSTNAME=$(cat $DB_HOSTNAME_FILE)
|
||||
|
Loading…
Reference in New Issue
Block a user