mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
11 lines
144 B
Bash
Executable File
11 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -a
|
|
source .env
|
|
set +a
|
|
|
|
export NODE_EXTRA_CA_CERTS=`pwd`/ssl/ca.pem
|
|
echo $NODE_EXTRA_CA_CERTS
|
|
cd packages/daemon
|
|
|
|
yarn ddos "$@" |