Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
HXOR-399 Fix path for UAT (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsokolowskii authored May 17, 2023
1 parent 1df9f70 commit f467bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-application-project/copy-files-to-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export ERRORLOG=errorlog.$(date)
echo "Copying application model files to $VOLUME_MOUNT"

if [[ -d "$TEMP_STORE" ]]; then
cp -r $TEMP_STORE/* ~/$VOLUME_MOUNT/
cp -r $TEMP_STORE/* /home/alfresco/$VOLUME_MOUNT/
fi

echo "Model files copied, removing temporary folder"
Expand Down

0 comments on commit f467bdd

Please # to comment.