Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify directory creation in install_config.sh
This commit simplifies the code for creating config directories in the install_config.sh file. Instead of using separate variables for each directory path, it now uses a single variable to create the necessary directories. This improves readability and reduces redundancy in the code.
- Loading branch information