mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
deprecated warning
This commit is contained in:
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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user