1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Formating

This commit is contained in:
yalh76 2020-12-21 21:03:58 +01:00
parent 3ac90d9b16
commit 84df991679

View file

@ -236,12 +236,10 @@ popd
#================================================= #=================================================
if ynh_version_gt "1.0.3~ynh1" "${previous_version}" ; then if ynh_version_gt "1.0.3~ynh1" "${previous_version}" ; then
ynh_script_progression --message="Mobilizon v1.0.3: Refresh remote profiles to save avatars locally"
ynh_script_progression --message="Mobilizon v1.0.3: Refresh remote profiles to save avatars locally" pushd $final_path/$app
pushd $final_path/$app sudo -u "$app" MIX_ENV=prod mix mobilizon.actors.refresh --all
sudo -u "$app" MIX_ENV=prod mix mobilizon.actors.refresh --all popd
popd
fi fi
#================================================= #=================================================