5 lines
84 B
Bash
5 lines
84 B
Bash
|
|
echo "Worker start script"
|
|
echo $variables_kubeCommand
|
|
sudo $variables_kubeCommand
|