connectcore-demo-example: update the root home path to DEY-5.0 default
Home root path changed to '/root' on DEY-5.0. https://onedigi.atlassian.net/browse/DEL-9718 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
f1849282b0
commit
2a9f9933cf
|
|
@ -1278,7 +1278,7 @@ def get_fw_store_path():
|
|||
String: Absolute path to store a firmware image.
|
||||
"""
|
||||
if is_dual_system():
|
||||
return "/home/root/"
|
||||
return "/root/"
|
||||
|
||||
return "/mnt/update/"
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ var deviceRebooting = false;
|
|||
var updatingFirmware = false;
|
||||
var firmwareUpdateTimer = null;
|
||||
var uploadFirmwareAjaxRequest = null;
|
||||
var fwStorageDir = "/home/root/";
|
||||
var fwStorageDir = "/root/";
|
||||
|
||||
// Initializes the management page.
|
||||
function initializeManagementPage() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue