Explorar o código

Fixed typo cat instead of cut

Serghey Rodin %!s(int64=12) %!d(string=hai) anos
pai
achega
f6150910a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'