We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c3a8b commit 45601c4Copy full SHA for 45601c4
1 file changed
xdmod/setup.sh
@@ -4,6 +4,9 @@ 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 1 -C /etc
6
chown -R root:apache /etc/xdmod
7
+ chown apache:xdmod /etc/xdmod/portal_settings.ini
8
+ chown apache:xdmod /etc/xdmod/portal_settings.d/ondemand.ini
9
+ chown apache:xdmod /etc/xdmod/portal_settings.d/supremm.ini
10
fi
11
12
echo "Setting Default Timeframe"
0 commit comments