mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update FetchCertificates.ts and run.sh
This commit is contained in:
@@ -175,4 +175,3 @@ export default class Jobs {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Print out conf file
|
||||
envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Start the first process
|
||||
nginx -c /etc/nginx/nginx.conf -g "daemon off;" &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user