Skip to content

Commit 1f83715

Browse files
committed
correction templates au restart
1 parent 97b91c9 commit 1f83715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ ! -d /etc/cas/templates/custom ] ; then
3939
cp -r /usr/local/tomcat/webapps/cas/WEB-INF/classes/templates/custom/* /etc/cas/templates/custom
4040
else
4141
echo "Update templates"
42-
cp -r /etc/cas/templates/custom/ /usr/local/tomcat/webapps/cas/WEB-INF/classes/templates/custom/
42+
cp -r /etc/cas/templates/custom/* /usr/local/tomcat/webapps/cas/WEB-INF/classes/templates/custom/
4343

4444
fi
4545

0 commit comments

Comments
 (0)