startup script

This commit is contained in:
Grant Limberg 2025-05-01 14:17:49 -07:00
parent 332a7d1488
commit db06c98608

View file

@ -1,7 +1,5 @@
#!/bin/bash
if [ -z "$ZT_IDENTITY_PATH" ]; then
fi
if [ -z "$ZT_DB_HOST" ]; then
echo '*** FAILED: ZT_DB_HOST environment variable not defined'
exit 1