We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd3ac commit b6ba71eCopy full SHA for b6ba71e
myDevices/cloud/updater.py
@@ -13,12 +13,12 @@
13
SETUP_NAME = 'myDevicesSetup_raspberrypi.sh'
14
INSTALL_PATH = '/etc/myDevices/'
15
UPDATE_PATH = INSTALL_PATH + 'updates/'
16
-UPDATE_CFG = UPDATE_PATH + 'update'
+UPDATE_CFG = UPDATE_PATH + 'updatecfg'
17
SETUP_PATH = UPDATE_PATH + SETUP_NAME
18
19
TIME_TO_CHECK = 60 + random.randint(60, 300) #seconds - at least 2 minutes
20
TIME_TO_SLEEP = 60
21
-UPDATE_URL = 'https://updates.mydevices.com/raspberry/update'
+UPDATE_URL = 'https://updates.mydevices.com/raspberry/updatecfg'
22
SETUP_URL = 'https://updates.mydevices.com/raspberry/'
23
24
try:
0 commit comments