mirror of
https://github.com/isj4/vagus.git
synced 2025-01-22 17:48:42 -05:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd __BIN_DIRECTORY__ || exit
|
|
|
|
python vagus_webserver.py --loggingconf __CONF_DIRECTORY__/logging_webserver.conf
|