Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 03fcddb

Browse files
committed
Make sure to update user settings not dashboard
1 parent f994fdb commit 03fcddb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard.tar.gz

-180 Bytes
Binary file not shown.

digexp-dashboard/js/dashConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var dashConfig = (function(){
5454
if(server.password)
5555
server.password = encrypt( server.password );
5656
});
57-
fs.writeFileSync("./dashboard-config.json", JSON.stringify(configInfo, null, ' '));
57+
fs.writeFileSync(utils.getUserSettingsName(), JSON.stringify(configInfo, null, ' '));
5858
configInfo.servers.forEach(function(server){
5959
if(server.password)
6060
server.password = decrypt( server.password );

0 commit comments

Comments
 (0)