snaaps
Verified User
Hi is there any option to get rid of the message Please enter 'y' or 'n
I want to auto install with pssh on different servers so i want thge option set yes to all..
EDIT, Already found it:
I want to auto install with pssh on different servers so i want thge option set yes to all..
EDIT, Already found it:
PHP:
#!/bin/bash
echo "y" | els --option_here <&0
Last edited: