Skip to content

Commit 48f85cd

Browse files
authored
Fix place_candidate.sh (#269)
1 parent e16841a commit 48f85cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/place_candidate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ if [ $answer = "Y" ] || [ "${answer}" == "y" ]; then
6666
echo "Copying over the new ${planet}/${dataset} from staging to the ${CANDIDATE} server"
6767
scp -r staging/${planet}/${dataset} "${the_user}@${CANDIDATE_SERVER}/${planet}/"
6868
echo "Setting permissions on ${planet}/${dataset}"
69-
ssh ${the_user}@${CANDIDATE}.generic-mapping-tools.org "chmod -R g+rw,o+r ${CANDIDATE_DIR}/${planet}"
69+
ssh ${the_user}@${CANDIDATE}.generic-mapping-tools.org "chmod -R g+rw,o+r ${CANDIDATE_DIR}/${planet}/${dataset}"
7070
echo "Refreshing of ${planet}/${dataset} completed"
7171
fi

0 commit comments

Comments
 (0)