UnisKB/installer/start-all.sh

13 lines
202 B
Bash
Raw Normal View History

2025-04-18 06:10:16 +00:00
#!/bin/bash
2025-04-18 09:02:59 +00:00
set -e
2025-04-18 06:10:16 +00:00
if [ "$MAXKB_DB_HOST" = "127.0.0.1" ]; then
/usr/bin/start-postgres.sh
fi
if [ "$MAXKB_REDIS_HOST" = "127.0.0.1" ]; then
/usr/bin/start-redis.sh
fi
/usr/bin/start-maxkb.sh