mirror of https://github.com/cowrie/cowrie.git
deprecated warning
This commit is contained in:
parent
55105582cb
commit
d334ae6de1
5
start.sh
5
start.sh
|
@ -6,6 +6,11 @@ export PYTHONPATH=${PYTHONPATH}:${COWRIEDIR}
|
|||
#Change the below to -n to disable daemonizing (for instance when using supervisor)
|
||||
DAEMONIZE=""
|
||||
|
||||
echo
|
||||
echo 'WARNING: start.sh is deprecated and will be removed in the future.'
|
||||
echo 'WARNING: you can start cowrie with "bin/cowrie start"'
|
||||
echo
|
||||
|
||||
set -e
|
||||
cd ${COWRIEDIR}
|
||||
|
||||
|
|
Loading…
Reference in New Issue