diff --git a/app/js/aether_native_app_v3.js b/app/js/aether_native_app_v3.js index 12d4a3e..316e918 100644 --- a/app/js/aether_native_app_v3.js +++ b/app/js/aether_native_app_v3.js @@ -25,7 +25,7 @@ exports.load_config = function () { try { if (cwd == '/') { - cwd = '[home]'; + cwd = home_directory; } console.log('Reading directory...'); let directory_list = fs_promises.readdir(cwd).then(function (read_dir_result) {