-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Hi,
When running the command ./scripts/build.sh -c analytical, I encountered the following error:
mkdir: cannot create directory ‘/etc/astra-sim’: Permission denied
It seems like the script is trying to create a directory under /etc/(presumably to store configuration files?). However, as a regular user, I don't have permission to write to /etc/, so the directory creation failed.
That said, the overall build command still seemed to complete successfully.
My questions are:
- Was the intention of the script to write configuration files or create directories under /etc/astra-sim?
- Since the directory creation failed due to permission issues, could this lead to any missing functionality or misconfiguration later on?
- Is there a recommended way to run this script (e.g., specifying a different config location, or using sudo) to avoid this issue while still ensuring everything works as intended?
Thanks in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels