Skip to content
Snippets Groups Projects
Commit 8282b1cd authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Optional override of presentation.sh by creating a file in source dir

parent 3fd01a7d
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,10 @@ if [ ".true" == ".$FORCE_BLOWN" ]; then
fi
PRESENTATION_SCRIPT="$ROOT/presentation.sh"
if [ -f "$START_PATH/presentation.sh" ]; then
echo "Using presentation.sh located in $START_PATH"
PRESENTATION_SCRIPT="$START_PATH/presentation.sh"
fi
FOLDER_TEMPLATE="$ROOT/web/folder_template.html"
IMAGE_TEMPLATE="$ROOT/web/image_template.html"
DRAGON="openseadragon.min.js"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment