1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
This commit is contained in:
nemsia 2018-05-30 17:21:56 +02:00
parent 82a1c09310
commit 4a3715ed0c

View file

@ -32,11 +32,9 @@ ynh_backup "/etc/cron.d/${app}" "cron.conf"
ynh_backup "/etc/systemd/system/mastodon-web.service" "systemd_web.service"
ynh_backup "/etc/systemd/system/mastodon-sidekiq.service" "systemd_sidekiq.service"
ynh_backup "/etc/systemd/system/mastodon-streaming.service" "systemd_streaming.service"
# Install source.list debian jessie package backports
debian_version=$(lsb_release -c -s)
if [[ $debian_version = jessie ]]; then
ynh_backup "/etc/apt/sources.list.d/backports.list" "apt_backports.list"
else
fi
ynh_backup "/etc/apt/sources.list.d/yarn.list" "apt_yarn.list"