mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
added indent for sleep
This commit is contained in:
parent
a585357d21
commit
68f0db84cb
@ -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
|
||||
|
||||
while true; do
|
||||
sleep 100
|
||||
sleep 100
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user