Yaroslav Shepilov
Yaroslav Shepilov
Hi @raszuk, to be honest, I don't know this syntax and commands. Do you put this command directly into json? Could you try using a bash script for it?
Interesting, script server shouldn't rely on > at all. And it's definitely not waiting for any input to finish. Did you try putting this command in a bash script, and...
Hi @billybenson, just specify the path to script. For Powershell, you might need to use smth like this `Powershell.exe -File C:\my_path\yada_yada\run_import_script.ps1` (https://stackoverflow.com/a/2035408)
Hi @bob454522 this is not supported, unfortunately. But for your use case, i would recommend to go with 4 separate parameters, since your script expects exactly 4 words. So you...
Hey @bob454522, I fully agree with you, there could be cases, when arguments split would be helpful. So I would keep this ticket open, if anyone else will need it...
Hi @kodifan, I'm not aware of any ways to solve this problem, unfortunately.
By the way, what are the reasons for the server restart?
Hi @chellige, please check here: https://github.com/bugy/script-server/issues/218#issuecomment-1463937909 I forgot to add it to wiki
Hi @kodifan that's a good proposal
Hi @aldrin18, the easiest would be to create a wrapping script, which would call one script after another.