Skip to content

Commit

Permalink
fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeamCtrl committed Apr 3, 2018
1 parent a914db9 commit 8d47db5
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,6 +1,6 @@
#!/usr/bin/python
import os, sys
os.chdir("/home/pi/airiana)")
os.chdir("/home/pi/airiana/")
os.system("wget -q -O ./RAM/VERS http://lappy.asuscomm.com:443/current_version")
ver = os.popen("cat ./RAM/VERS").read()
ver = ver.split(" ")
Expand Down

0 comments on commit 8d47db5

Please sign in to comment.