mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 09:14:59 +03:00
fix(server): add executable permission to start scripts (#2650)
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user