Swiftgram/check_env.sh
2019-08-30 23:32:32 +04:00

7 lines
150 B
Bash

#!/bin/bash
if [ -z "$TELEGRAM_ENV_SET" ]; then
echo "Error: Telegram build environment is not set up. Use sh public.sh make ${command}"
exit 1
fi