amnezia-wg-easy/wg-password/wgpw.sh

6 lines
198 B
Bash
Executable File

#!/bin/sh
# This script is intended to be run only inside a docker container, not on the development host machine
set -e
# proxy command
export NODE_PATH="/node_modules_wg"
node /wgpw/index.mjs "$@"