We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150e545 commit ea47ff4Copy full SHA for ea47ff4
3 files changed
xdmod/conf/xdmod_etc.tar.gz
-7.56 KB
xdmod/entrypoint.sh
@@ -32,6 +32,7 @@ then
32
if [ -f "/xdmod/setup.sh" ]; then
33
/xdmod/setup.sh
34
fi
35
+ /srv/xdmod/scripts/xdmod-setup-sso.sh
36
else
37
#------------------------
38
# Run xdmod-setup
xdmod/setup.sh
@@ -2,7 +2,7 @@
2
3
echo "Import configuration files"
4
if [ -f "/xdmod/conf/xdmod_etc.tar.gz" ]; then
5
- tar -xvzf /xdmod/conf/xdmod_etc.tar.gz --strip-components 2 -C /etc/xdmod
+ tar -xvzf /xdmod/conf/xdmod_etc.tar.gz --strip-components 1 -C /etc
6
chown -R root:apache /etc/xdmod
7
8
0 commit comments