1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Force upgrade of source if python version is not good

This commit is contained in:
Josué Tille 2020-08-02 23:47:45 +02:00
parent b4ab782fba
commit 108dd2b623
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -140,7 +140,7 @@ ynh_install_app_dependencies $dependances
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
if [ "$upgrade_type" == "UPGRADE_APP" ]
if [ "$upgrade_type" == "UPGRADE_APP" ] || [ ! -e $final_path/bin/python3 ] || [ ! -e $final_path/lib/python$python_version ]
then
ynh_script_progression --message="Upgrading source files..." --weight=6
install_sources