Clean FreePBX Install (and backup) - Restore has error via CLI but not GUI

I’m prepping for a server migration so just running some tests at home. This is a clean install of FreePBX 17 on Debian 12. All modules updated. The backup was created from the same clean install (my intent was just to see the process/difference between the process of GUI vs CLI).

Backup & Restore: 17.0.5.71

Core: 17.0.18.40

GUI runs clean without any errors, just warnings . CLI generates this:

There were errors during the restore process
        The command "/usr/sbin/fwconsole ma install endpoint -f >>  echo $!" failed.

Exit Code: 2(Misuse of shell builtins)

Working directory: /root

Output:
================


Error Output:
================
sh: 1: cannot create echo: Permission denied
 on line 272 of file /var/www/html/admin/libraries/Composer/vendor/symfony/process/Process.php

Is that a legitimate error/issue? Any idea why GUI is different?