mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Make message wording more consistent
This commit is contained in:
parent
c08c0272b5
commit
a629f209b9
@ -21,7 +21,7 @@ get_service_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cmd="$( get_service_command )"
|
cmd="$( get_service_command )"
|
||||||
echo "Using system control command '$cmd' to restart Jellyfin..."
|
echo "Detected service control platform '$cmd'; using it to restart Jellyfin..."
|
||||||
case $cmd in
|
case $cmd in
|
||||||
'systemctl')
|
'systemctl')
|
||||||
echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now
|
echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now
|
||||||
|
@ -21,7 +21,7 @@ get_service_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cmd="$( get_service_command )"
|
cmd="$( get_service_command )"
|
||||||
echo "Using system control command '$cmd' to restart Jellyfin..."
|
echo "Detected service control platform '$cmd'; using it to restart Jellyfin..."
|
||||||
case $cmd in
|
case $cmd in
|
||||||
'systemctl')
|
'systemctl')
|
||||||
echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now
|
echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user