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:
Isaac Hermida 2025-07-11 16:32:17 +02:00
parent f1849282b0
commit 2a9f9933cf
2 changed files with 2 additions and 2 deletions

View File

@ -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/"

View File

@ -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() {