Skip to content

Commit

Permalink
Corrected typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Dec 10, 2022
1 parent 90231e3 commit 502ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildout: ## Runs setup and buildout
.PHONY: copy
copy: copy-data.sh ## Runs `copy-data.sh`
@# copy-data is generated by puppet when data_source is found
if ! grep -q 30_config.dic copy-data.sh; then echo '\nrsync -e "ssh -o $StrictHostKeyChecking=no" -ah --info=stats1 "$${SOURCE_HOST}:$${SOURCE_PATH}/30_config.dic" $${TARGET_PATH}/ --delete' >> copy-data.sh ; fi
if ! grep -q 30_config.dic copy-data.sh; then echo '\nrsync -e "ssh -o StrictHostKeyChecking=no" -ah --info=stats1 "$${SOURCE_HOST}:$${SOURCE_PATH}/30_config.dic" $${TARGET_PATH}/ --delete' >> copy-data.sh ; fi
if [ $(copydata) = 1 ]; then ./copy-data.sh; fi
# if [ $(copydata) = 1 ] && [ -f bin/solr-start ]; then ./copy-solr.sh; fi
@$ echo "copy-data finished for instance $(plone), check http://$(hostname):$(instance1_port)/manage_main" | mail -s "copy-data finished" [email protected]
Expand Down

0 comments on commit 502ece9

Please sign in to comment.