mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
add webdav write support + fix http 200/201
This commit is contained in:
parent
81d896be9f
commit
20eeacaac3
13 changed files with 418 additions and 43 deletions
|
@ -9,6 +9,8 @@ python3 ../scripts/strip_hints/a.py
|
|||
|
||||
pids=()
|
||||
for py in python{2,3}; do
|
||||
[ ${1:0:6} = python ] && [ $1 != $py ] && continue
|
||||
|
||||
PYTHONPATH=
|
||||
[ $py = python2 ] && PYTHONPATH=../scripts/py2
|
||||
export PYTHONPATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue