fix(server): add executable permission to start scripts (#2650)
This commit is contained in:
parent
ef86a77946
commit
c5234731d6
2 changed files with 2 additions and 2 deletions
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 a new issue