We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91fa7e commit 11e095cCopy full SHA for 11e095c
bin/install.sh
@@ -2228,11 +2228,12 @@ sudorun "chown ${SYSUSERID}:cowrie ${COWRIEDIR}"
2228
sudorun "chmod 0770 $COWRIEDIR"
2229
cd ${COWRIEDIR} || exit
2230
dlog "setting up virtual environment"
2231
+run 'sudo -u cowrie virtualenv --python=python3 cowrie-env'
2232
run 'sudo chgrp -R cowrie /srv/cowrie'
2233
run 'sudo chmod g+w /srv/cowrie/cowrie-env/lib'
-run 'sudo -u cowrie virtualenv --python=python3 cowrie-env'
2234
dlog "activating virtual environment"
2235
run 'source cowrie-env/bin/activate'
2236
+
2237
if [ "$FAST" == "0" ]; then
2238
dlog "installing cowrie dependencies: requirements.txt"
2239
run 'sg cowrie -c "pip3 install --require-virtualenv --upgrade pip"'
0 commit comments