5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/bash
|
|
echo "Worker start script"
|
|
echo $variables_kubeCommand
|
|
sudo $variables_kubeCommand
|