Skip to content
Snippets Groups Projects
Verified Commit e5c8b187 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

set autoredirect

parent 6e6e890c
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,17 @@ do
echo " > latest built for file set ${BLADE}"
# auto redirect file to the stable version
echo '<html>\n
<head>\n
<meta http-equiv="refresh" content="0; url='$PAGEURL'/'$BLADE'/stable/index.html"/>\n
</head>\n
<body>\n
</bod>\n
</html>\n' > $rootDir/public/$BLADE/index.html
echo "autoredirect file set"
# move back out
cd ..
echo " > -----------------------------------------------------"
......
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