mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
back to 0.9.0~ynh3
This commit is contained in:
parent
18b43d4665
commit
d0a452bd65
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if [ -z "$app_key" ]; then
|
||||||
ynh_app_setting_set --app="$app" --key=app_key --value="$app_key"
|
ynh_app_setting_set --app="$app" --key=app_key --value="$app_key"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if dpkg --compare-versions "0.9.4~ynh3" gt "$(ynh_read_manifest --manifest="/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json" --manifest_key="version" || echo 1.0)" ; then
|
if dpkg --compare-versions "0.9.0~ynh3" gt "$(ynh_read_manifest --manifest="/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json" --manifest_key="version" || echo 1.0)" ; then
|
||||||
ynh_add_systemd_config --service="${app}-horizon" --template=horizon.service
|
ynh_add_systemd_config --service="${app}-horizon" --template=horizon.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue