mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fixed typo cat instead of cut
This commit is contained in:
parent
7929099751
commit
f6150910a2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue