1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xwiki_ynh.git synced 2024-09-03 20:36:11 +02:00
This commit is contained in:
Josué Tille 2023-12-18 23:04:39 +01:00
parent 54128430bd
commit a37a824bd7
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -30,6 +30,7 @@ ynh_systemd_action --service_name=$app --action=stop --log_path="/var/log/$app/$
if [ "$upgrade_type" == UPGRADE_APP ] if [ "$upgrade_type" == UPGRADE_APP ]
then then
ynh_script_progression --message='Setting up source files...'
install_source install_source
fi fi