mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Fix upgrade
This commit is contained in:
parent
c163b42bfa
commit
06f014c0e6
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ then
|
||||||
ynh_secure_remove --file="/opt/yunohost/$app"
|
ynh_secure_remove --file="/opt/yunohost/$app"
|
||||||
virtualenv /opt/yunohost/$app
|
virtualenv /opt/yunohost/$app
|
||||||
version=$(ynh_app_setting_get $app version $version)
|
version=$(ynh_app_setting_get $app version $version)
|
||||||
bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale==$version python-ldap"
|
/opt/yunohost/$app/bin/pip install radicale==$version python-ldap
|
||||||
|
|
||||||
# regex.py file is patched to fix the awful commit e807c3d35bea9cfcfcacac83b1b17d748ea15a39 that stop the reading of "rights" file after the first match.
|
# regex.py file is patched to fix the awful commit e807c3d35bea9cfcfcacac83b1b17d748ea15a39 that stop the reading of "rights" file after the first match.
|
||||||
mv "$final_path/regex.py" /opt/yunohost/$app/lib/python*/site-packages/radicale/rights/regex.py
|
mv "$final_path/regex.py" /opt/yunohost/$app/lib/python*/site-packages/radicale/rights/regex.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue