Skip to content

Commit

Permalink
cwxcwxc
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs committed Sep 5, 2024
1 parent d32627a commit 9518713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.get('/mount-nas', async (req, res) => {
}

try {
const mountCommand = `mount -t cifs -o username=chourmovs,password='3$*ES3KSu4tYtX',file_mode=0777,dir_mode=0777,rw ${networkPath} /mnt/Music`;
const mountCommand = `mount -t cifs -o username=chourmovs,password='3$*ES3KSu4tYtX',file_mode=0777,dir_mode=0777,rw ${networkPath} /mnt/Musique`;
const mountProcess = spawn('sh', ['-c', mountCommand]);

let output = '';
Expand Down

0 comments on commit 9518713

Please sign in to comment.