mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
change statements python -> python3
This commit is contained in:
parent
f9b837841c
commit
d3de4bbc30
5 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ RUNAS=`which setuser`
|
|||
USER=www-data
|
||||
|
||||
DJANGO_PROJECT=/srv/webvirtcloud
|
||||
PYTHON=$DJANGO_PROJECT/venv/bin/python
|
||||
PYTHON=$DJANGO_PROJECT/venv/bin/python3
|
||||
NOVNCD=$DJANGO_PROJECT/console/novncd
|
||||
|
||||
# make novncd debug, verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue