We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16841a commit 48f85cdCopy full SHA for 48f85cd
scripts/place_candidate.sh
@@ -66,6 +66,6 @@ if [ $answer = "Y" ] || [ "${answer}" == "y" ]; then
66
echo "Copying over the new ${planet}/${dataset} from staging to the ${CANDIDATE} server"
67
scp -r staging/${planet}/${dataset} "${the_user}@${CANDIDATE_SERVER}/${planet}/"
68
echo "Setting permissions on ${planet}/${dataset}"
69
- ssh ${the_user}@${CANDIDATE}.generic-mapping-tools.org "chmod -R g+rw,o+r ${CANDIDATE_DIR}/${planet}"
+ ssh ${the_user}@${CANDIDATE}.generic-mapping-tools.org "chmod -R g+rw,o+r ${CANDIDATE_DIR}/${planet}/${dataset}"
70
echo "Refreshing of ${planet}/${dataset} completed"
71
fi
0 commit comments