소스 검색

Fixed typo cat instead of cut

Serghey Rodin 12 년 전
부모
커밋
f6150910a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/v-list-sys-info

+ 1 - 1
bin/v-list-sys-info

@@ -39,7 +39,7 @@ else
         distro=$(head -n1 /etc/issue | cut -f 1 -d ' ')
         if [ "$distro" = 'Debian' ]; then
             OS="Debian"
-            VERSION=$(cut /etc/debian_version)
+            VERSION=$(cat /etc/debian_version)
         else
             OS='UNKNOWN'
             VERSION='UNKNOWN'