mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix typo
This commit is contained in:
parent
e100937007
commit
7b3d157cdc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Check for LSB command
|
||||
myLSBCMD=$(which lsb_release)
|
||||
if [ "$myLSBCHECK" = "" ];
|
||||
if [ "$myLSBCMD" = "" ];
|
||||
then
|
||||
apt-get -y update
|
||||
apt-get -y install lsb-release
|
||||
|
|
Loading…
Reference in a new issue