Hi,
I’d like to be able to run a script on multiple workers using the “run command” option of hiveOS. Unfortunately the script need to be run in the root directory but the “run command” is set at /home/user.
I’ve tried to add different thing before my script but i doesn’t work:
cd && wget …
sudo -i && wget…
Id’ really appreciate some help.
PS: I can’t modify the script, its not mine and I wouldn’t be able to do so anyway