We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0911813 commit d48f592Copy full SHA for d48f592
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