changed from /opt/ to /home
This commit is contained in:
A Smith 2016-07-25 17:58:55 -05:00 коммит произвёл GitHub
Родитель 108939aa56
Коммит 902fddcfda
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ gi - This script starts and stops uwsgi apps consuming plugins from the mozdef p
source /opt/mozdef/envs/mozdef/bin/activate
# all args are in the .ini file, restarts/quit/reload, etc via the fifo instead signalling the PID
uwsgi="/opt/mozdef/envs/mozdef/bin/uwsgi"
uwsgi="/home/mozdef/envs/mozdef/bin/uwsgi"
prog=$(basename "$uwsgi")
UWSGI_CONF_DIR="/opt/mozdef/envs/mozdef/alerts/"