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

Update _common.sh

This commit is contained in:
yalh76 2022-07-19 14:28:06 +02:00
parent 3dc2a42c03
commit 7742b70e52

View file

@ -87,7 +87,7 @@ install_jellyfin_packages() {
ynh_exec_warn_less dpkg --force-confdef --force-confnew -i $tempdir/jellyfin-server.deb
ynh_exec_warn_less dpkg --force-confdef --force-confnew -i $tempdir/jellyfin-web.deb
rm -rf "$tempdir"
ynh_secure_remove --file="$tempdir"
# The doc says it should be called only once,
# but the code says multiple calls are supported.