mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00: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)
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user