Commit Graph

3 Commits (4c2a566acc37c8d95b07c023f8c52a1a2a5d15bf)

Author SHA1 Message Date
0xf333 4eb8e7823d Fix: Remove quotes around $@ in run_continuous.sh
Description:
Per maintainer's request, removed quotes around `$@` in `run_continuous.sh`.
This change allows the script to forward arguments as is. Please note that
this modification might cause issues if any of the command-line arguments
contain spaces or special characters. However, this update aligns with the
preferred format for the repository.

Suggestion from:
https://github.com/Significant-Gravitas/Auto-GPT/pull/1941#discussion_r1168035557
2023-04-16 18:10:45 -04:00
0xf333 4269326ddf Fix: Update run_continuous.sh to pass all command-line arguments
Description:

- Modified `run_continuous.sh` to include the `--continuous` flag directly in the command:
  - Removed the unused `argument` variable.
  - Added the `--continuous` flag to the `./run.sh` command.
  - Ensured all command-line arguments are passed through to `run.sh` and the `autogpt` module.

This change improves the usability of the `run_continuous.sh` script by allowing users to provide
additional command-line arguments along with the `--continuous` flag. It ensures that all arguments
are properly passed to the `run.sh` script and eventually to the `autogpt` module, preventing
confusion and providing more flexible usage.

Suggestion from:
https://github.com/Significant-Gravitas/Auto-GPT/pull/1941#discussion_r1167977442
2023-04-16 17:03:18 -04:00
lonrun 08eb2566e4 Add run scripts for shell 2023-04-16 07:37:50 +08:00