Remove version check
This commit is contained in:
parent
03796c11f4
commit
9fd77764b3
|
@ -69,10 +69,7 @@ def check_fluxion():
|
|||
else:
|
||||
print('Corrupted fluxion installation. Exiting...')
|
||||
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" ='))
|
||||
fls = str(installed_sites + 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue