Skip to content

Commit b6ba71e

Browse files
committed
Use new update config file location for new agent.
1 parent e5bd3ac commit b6ba71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

myDevices/cloud/updater.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
SETUP_NAME = 'myDevicesSetup_raspberrypi.sh'
1414
INSTALL_PATH = '/etc/myDevices/'
1515
UPDATE_PATH = INSTALL_PATH + 'updates/'
16-
UPDATE_CFG = UPDATE_PATH + 'update'
16+
UPDATE_CFG = UPDATE_PATH + 'updatecfg'
1717
SETUP_PATH = UPDATE_PATH + SETUP_NAME
1818

1919
TIME_TO_CHECK = 60 + random.randint(60, 300) #seconds - at least 2 minutes
2020
TIME_TO_SLEEP = 60
21-
UPDATE_URL = 'https://updates.mydevices.com/raspberry/update'
21+
UPDATE_URL = 'https://updates.mydevices.com/raspberry/updatecfg'
2222
SETUP_URL = 'https://updates.mydevices.com/raspberry/'
2323

2424
try:

0 commit comments

Comments
 (0)