We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6b17b commit f942ae4Copy full SHA for f942ae4
1 file changed
ondemand/entrypoint.sh
@@ -9,9 +9,6 @@ then
9
sleep 2
10
done
11
12
- echo "---> Cleaning NGINX ..."
13
- /opt/ood/nginx_stage/sbin/nginx_stage nginx_clean
14
-
15
echo "---> Populating /etc/ssh/ssh_known_hosts from frontend for ondemand..."
16
/usr/bin/ssh-keyscan frontend >> /etc/ssh/ssh_known_hosts
17
@@ -20,6 +17,9 @@ then
20
rm -f /var/run/sssd.pid
21
18
/sbin/sssd --logger=stderr -d 2 -i 2>&1 &
22
19
+ echo "---> Cleaning NGINX ..."
+ /opt/ood/nginx_stage/sbin/nginx_stage nginx_clean
+
23
echo "---> Starting the MUNGE Authentication service (munged) on ondemand ..."
24
gosu munge /usr/sbin/munged
25
0 commit comments