mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
added indent for sleep
This commit is contained in:
parent
2a6546cada
commit
5f48898498
@ -5,5 +5,5 @@ echo "SPARK_LOCAL_HOSTNAME=$(hostname -i)" >> /opt/spark/conf/spark-env.sh
|
|||||||
echo "MASTER=spark://spark-master:$SPARK_MASTER_SERVICE_PORT" >> /opt/spark/conf/spark-env.sh
|
echo "MASTER=spark://spark-master:$SPARK_MASTER_SERVICE_PORT" >> /opt/spark/conf/spark-env.sh
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
sleep 100
|
sleep 100
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user