소스 검색

Make message wording more consistent

Joshua M. Boniface 6 년 전
부모
커밋
a629f209b9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      deployment/debian-package-x64/pkg-src/bin/restart.sh
  2. 1 1
      deployment/fedora-package-x64/pkg-src/restart.sh

+ 1 - 1
deployment/debian-package-x64/pkg-src/bin/restart.sh

@@ -21,7 +21,7 @@ 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
     'systemctl')
         echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now 

+ 1 - 1
deployment/fedora-package-x64/pkg-src/restart.sh

@@ -21,7 +21,7 @@ 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
     'systemctl')
         echo "sleep 2; /usr/bin/sudo /usr/bin/systemctl restart jellyfin" | at now