Skip to content
Snippets Groups Projects
Commit 7681f1fe authored by Julien Leduc's avatar Julien Leduc
Browse files

It was still waiting for the script in /shared, therefore it did

nothing...
parent ce30c9ac
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
touch /var/lock/subsys/local
# for now we do tests using locally hackable resources mounter in /shared
echo -n "Waiting for /shared/rc.local" > /tmp/rc.log
for ((;;)); do test -e /shared/rc.local && break; sleep 1; echo -n . >> /tmp/rc.log; done
echo OK >> /tmp/rc.log
#echo -n "Waiting for /shared/rc.local" > /tmp/rc.log
#for ((;;)); do test -e /shared/rc.local && break; sleep 1; echo -n . >> /tmp/rc.log; done
#echo OK >> /tmp/rc.log
# rc.local envinronment is empty but I need all the kubernetes environment
# variables to go further and configure the services.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment