Remove version check
This commit is contained in:
parent
03796c11f4
commit
9fd77764b3
|
@ -69,9 +69,6 @@ def check_fluxion():
|
||||||
else:
|
else:
|
||||||
print('Corrupted fluxion installation. Exiting...')
|
print('Corrupted fluxion installation. Exiting...')
|
||||||
sys.exit()
|
sys.exit()
|
||||||
if(flv != '0.23'):
|
|
||||||
print('Your fluxion version "' + flv + '". \nSupported versions are 0.23')
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
installed_sites = int(flux_cont.count('elif [ "$fluxass" ='))
|
installed_sites = int(flux_cont.count('elif [ "$fluxass" ='))
|
||||||
fls = str(installed_sites + 1)
|
fls = str(installed_sites + 1)
|
||||||
|
|
Loading…
Reference in New Issue