@@ -15,7 +15,7 @@ try {
}
const homeSsh = homePath + '/.ssh';
if (!fs.existsSync(buildDir)) {
if (!fs.existsSync(homeSsh)) {
fs.mkdirSync(homeSsh, { recursive: true });
The note is not visible to the blocked user.