We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5bfe4 commit b1e1798Copy full SHA for b1e1798
1 file changed
ondemand/entrypoint.sh
@@ -9,6 +9,9 @@ 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
0 commit comments