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 554ae03 commit 341ac8aCopy full SHA for 341ac8a
_gencontinuous.sh
100644
100755
_updatePublisher.sh
@@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
117
118
curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
119
cp /tmp/_gencontinuous.new _gencontinuous.sh
120
+ chmod +x _gencontinuous.sh
121
rm /tmp/_gencontinuous.new
122
123
curl -L $gen_sh_url -o /tmp/_genonce.new
124
cp /tmp/_genonce.new _genonce.sh
125
+ chmod +x _genonce.sh
126
rm /tmp/_genonce.new
127
128
curl -L $update_sh_url -o /tmp/_updatePublisher.new
129
cp /tmp/_updatePublisher.new _updatePublisher.sh
130
+ chmod +x _updatePublisher.sh
131
rm /tmp/_updatePublisher.new
132
fi
0 commit comments