mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-01 11:14:49 +00:00
6 lines
150 B
Bash
Executable file
6 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export DYLD_LIBRARY_PATH=/usr/local/opt/ntopng/:$DYLD_LIBRARY_PATH
|
|
|
|
# $@ means pass all parameters
|
|
/usr/local/bin/ntopng-redis-server $@
|