Remove version check

This commit is contained in:
deltax 2017-02-08 15:20:19 +01:00 committed by GitHub
parent 03796c11f4
commit 9fd77764b3
1 changed files with 1 additions and 4 deletions

View File

@ -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)