Skip to content

Commit ea47ff4

Browse files
committed
Updates from Joe
1 parent 150e545 commit ea47ff4

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

xdmod/conf/xdmod_etc.tar.gz

-7.56 KB
Binary file not shown.

xdmod/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ then
3232
if [ -f "/xdmod/setup.sh" ]; then
3333
/xdmod/setup.sh
3434
fi
35+
/srv/xdmod/scripts/xdmod-setup-sso.sh
3536
else
3637
#------------------------
3738
# Run xdmod-setup

xdmod/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Import configuration files"
44
if [ -f "/xdmod/conf/xdmod_etc.tar.gz" ]; then
5-
tar -xvzf /xdmod/conf/xdmod_etc.tar.gz --strip-components 2 -C /etc/xdmod
5+
tar -xvzf /xdmod/conf/xdmod_etc.tar.gz --strip-components 1 -C /etc
66
chown -R root:apache /etc/xdmod
77
fi
88

0 commit comments

Comments
 (0)