mirror of
https://github.com/casjaysdevdocker/soft-serve
synced 2025-01-18 12:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
3cca4103f8
commit
df6702dd93
@ -45,7 +45,7 @@ __certbot() {
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
__heath_check() {
|
||||
status=0 health="Good"
|
||||
start-soft-serve.sh healthcheck || status=$((status + 1))
|
||||
start-soft.sh healthcheck || status=$((status + 1))
|
||||
[ "$status" -eq 0 ] || health="Errors reported see docker logs --follow $CONTAINER_NAME"
|
||||
echo "$(uname -s) $(uname -m) is running and the health is: $health"
|
||||
return ${status:-$?}
|
||||
|
@ -5,10 +5,10 @@
|
||||
# @@Author : Jason Hempstead
|
||||
# @@Contact : jason@casjaysdev.com
|
||||
# @@License : WTFPL
|
||||
# @@ReadME : start-soft-serve.sh --help
|
||||
# @@ReadME : start-soft.sh --help
|
||||
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
|
||||
# @@Created : Tuesday, Oct 25, 2022 17:48 EDT
|
||||
# @@File : start-soft-serve.sh
|
||||
# @@File : start-soft.sh
|
||||
# @@Description : script to start soft-serve
|
||||
# @@Changelog : New script
|
||||
# @@TODO : Better documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user