Actions
Feature #10603
closedHandle -c commands with arguments in rc.initial
Start date:
05/27/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Following #4422 rc.initial now handles a -c parameter consisting of a single command with no arguments.
With this change, it also handles commands with arguments.
Ansible for example makes use of complex commands, and with this change it works even if the shell is set to rc.initial
Before
$ ssh -t admin@pfsense echo with arguments- Blank line
After
$ ssh -t admin@pfsense echo with arguments
with arguments
Files
Actions