We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 508b32f + b1e1798 commit 4110399Copy full SHA for 4110399
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