check if supertokens port is passed if [ ! -z ...
# support-questions-legacy
m
# check if supertokens port is passed if [ ! -z $SUPERTOKENS_PORT ] then echo "port: $SUPERTOKENS_PORT" >> $CONFIG_FILE fi
3 Views