Fix an issue with truecharts
truecharts truetool detection needed some modificiations
This commit is contained in:
parent
a0cc55bb6f
commit
e14d5f3566
|
@ -1,6 +1,6 @@
|
||||||
[[ -r /etc/apt/sources.list ]] \
|
[[ -r /etc/apt/sources.list ]] \
|
||||||
&& ixsystems_system=$(cat /etc/apt/sources.list | grep '^deb https\?://apt\.tn\.ixsystems\.com' | wc -l) \
|
&& ixsystems_system=$(cat /etc/apt/sources.list | grep '^deb https\?://apt\.tn\.ixsystems\.com' | wc -l) \
|
||||||
&& [[ $ixsystems_system -lt 11 ]] \
|
&& [[ $ixsystems_system -lt 10 ]] \
|
||||||
&& unset ixsystems_system
|
&& unset ixsystems_system
|
||||||
|
|
||||||
if [[ -n "$ixsystems_system" ]]; then
|
if [[ -n "$ixsystems_system" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue