mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
Make use of the $1 flag to set installed only
This commit is contained in:
@@ -127,7 +127,8 @@ if [ $1 -gt 1 ] ; then
|
|||||||
if [ "${service_state}" = "active" ]; then
|
if [ "${service_state}" = "active" ]; then
|
||||||
systemctl start jellyfin.service
|
systemctl start jellyfin.service
|
||||||
fi
|
fi
|
||||||
if [ "${service_state}" != "active" ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
|
# On fresh install only, enable the jellyfin.service unit
|
||||||
systemctl enable jellyfin.service
|
systemctl enable jellyfin.service
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user