docker-playground/open5gs-master/pgw.sh

6 lines
73 B
Bash
Executable File

#!/bin/sh
set -e
set -x
/root/setup.sh
su - osmocom -c "open5gs-pgwd $*"