We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb127e6 commit e35000bCopy full SHA for e35000b
_updatePublisher.sh
@@ -141,4 +141,6 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
141
cp /tmp/_updatePublisher.new _updatePublisher.sh
142
chmod +x _updatePublisher.sh
143
rm /tmp/_updatePublisher.new
144
+
145
+ echo "Downloading successful!"
146
fi
0 commit comments