Search found 5 matches
- Sun Aug 17, 2025 10:48 pm
- Forum: Support
- Topic: Unimus Mass Config Push Handling Reboot
- Replies: 8
- Views: 34957
Re: Unimus Mass Config Push Handling Reboot
I went and dug into the output and I think I have the answer, yet I"m not 100% sure it makes sense to me. Originally, I'm wrapping the whole block of commands to run in a { ..... } I think the problem with this is Unimus is going to execute this as one giant entity, so things like responding to...
- Fri Aug 15, 2025 11:21 pm
- Forum: Support
- Topic: Unimus Mass Config Push Handling Reboot
- Replies: 8
- Views: 34957
Re: Unimus Mass Config Push Handling Reboot
Interestingly enough, if I just made a new Config preset and added just the reset command + the "y", it works just fine.
I don't understand if this is due to the size of the script itself but its getting to the prompt after running the command and not sending what it should
I don't understand if this is due to the size of the script itself but its getting to the prompt after running the command and not sending what it should
- Fri Aug 15, 2025 10:46 pm
- Forum: Support
- Topic: Unimus Mass Config Push Handling Reboot
- Replies: 8
- Views: 34957
Re: Unimus Mass Config Push Handling Reboot
Hey Tommy, So I keep trying to send a command which responds with: Dangerous! Reset anyway? [y/N]: Attempting to put "y" on the next line does not seem to get it to send. I've also tried adding $(wait-reply no) to the line before it. Heres the full set of lines that lead to this behavior. ...
- Tue Jul 01, 2025 5:29 pm
- Forum: Support
- Topic: Unimus Mass Config Push Handling Reboot
- Replies: 8
- Views: 34957
Re: Unimus Mass Config Push Handling Reboot
Thanks for the info. I'll go ahead and try the wait-reply approach to see if it works for our use case. Thanks!
- Wed Jun 25, 2025 4:18 am
- Forum: Support
- Topic: Unimus Mass Config Push Handling Reboot
- Replies: 8
- Views: 34957
Unimus Mass Config Push Handling Reboot
Hi All, I'm currently working to evaluate the Unimus tool for a use case in which we wish to centralize the configuration of MikroTik RemoteAPs globally. Currently, my thought was to instruct the RemoteAPs to download a .rsc file, which they can then proceed to run. My question is, if the script sho...