File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,13 @@ if [ $do_ftp -eq 1 ]; then # Place file in pwessel SOEST ftp release directory a
183183 echo " build-release.sh: Placing gmt-${Version} -darwin-${type} .dmg on the ftp site" >&2
184184 scp gmt-${Version} -darwin-${type} .dmg ${GMT_FTP_URL} :${GMT_FTP_DIR}
185185 fi
186- ssh ${USER} @${GMT_FTP_URL} " chmod og+r ${GMT_FTP_DIR} /gmt-*"
186+ ssh ${USER} @${GMT_FTP_URL} " chmod o+r,g+rw ${GMT_FTP_DIR} /gmt-*"
187187fi
188188if [ $do_ftp -eq 2 ]; then # Place M1 bundle file on ftp
189189 type=$( uname -m)
190190 if [ -f gmt-${Version} -darwin-${type} .dmg ]; then
191191 echo " build-release.sh: Placing gmt-${Version} -darwin-${type} .dmg on the ftp site" >&2
192192 scp gmt-${Version} -darwin-${type} .dmg ${GMT_FTP_URL} :${GMT_FTP_DIR}
193193 fi
194- ssh ${USER} @${GMT_FTP_URL} " chmod og+r ${GMT_FTP_DIR} /gmt-*"
194+ ssh ${USER} @${GMT_FTP_URL} " chmod o+r,g+rw ${GMT_FTP_DIR} /gmt-*"
195195fi
You can’t perform that action at this time.
0 commit comments