1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update upgrade

This commit is contained in:
jarod5001 2022-04-15 04:24:04 +01:00 committed by GitHub
parent 2804f62ac4
commit f227beb982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ then
set +u; set +u;
source /opt/yunohost/$app/bin/activate source /opt/yunohost/$app/bin/activate
set -u; set -u;
pip install radicale==$version python3-ldap pip install --no-cache-dir radicale==$version python3-ldap
set +u; set +u;
deactivate deactivate
set -u; set -u;