container: plugins: root: fix example3()'s shell #229

Merged
AaronFiore merged 0 commits from refs/pull/229/head into master 2025-10-28 19:08:07 +00:00
AaronFiore commented 2025-10-22 23:12:09 +00:00 (Migrated from gitea.com)

Description

The spawned shell needs its sourced environment and aliases.

Resolves:

  sh: line 1: dfi: command not found
  Error in <TRint::HandleTermInput()>: std::runtime_error caught:
          FILE = "/home/business/docker-finance/plugins/root/example.cc"
          LINE = 125
          WHAT = "command failed"

Agreement

### Description The spawned shell needs its sourced environment and aliases. Resolves: ``` sh: line 1: dfi: command not found Error in <TRint::HandleTermInput()>: std::runtime_error caught: FILE = "/home/business/docker-finance/plugins/root/example.cc" LINE = 125 WHAT = "command failed" ``` ### Agreement - [x] I have read and understood the [Development](https://gitea.com/EvergreenCrypto/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#229