Skip to content

Commit

Permalink
fixed access to vers
Browse files Browse the repository at this point in the history
  • Loading branch information
BeamCtrl committed Apr 3, 2018
1 parent 8d47db5 commit ce359bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
import os, sys
os.chdir("/home/pi/airiana/")
os.system("wget -q -O ./RAM/VERS http://lappy.asuscomm.com:443/current_version")
os.system("sudo wget -q -O ./RAM/VERS http://lappy.asuscomm.com:443/current_version")
ver = os.popen("cat ./RAM/VERS").read()
ver = ver.split(" ")
tmp = os.popen("head airiana-core.py").readlines()
Expand Down

0 comments on commit ce359bf

Please sign in to comment.