We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent 6219f1f commit 625a81dCopy full SHA for 625a81d
tools/release.sh
@@ -144,6 +144,7 @@ function sign {
144
145
if [ "X${yorn}" == "Xy" ]; then
146
scp ${customsshkey} ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/
147
+ ssh ${customsshkey} ${webuser}@${webhost} chmod 644 ${shadir}/${shafile}.asc ${shadir}/${shafile}.sig
148
break
149
fi
150
done
0 commit comments