Skip to content

Commit

Permalink
Create CODE-AUDIT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tteck authored May 15, 2023
1 parent 9933ff3 commit 1a553a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CODE-AUDIT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
In the case of the < app > LXC, the process involves running multiple scripts for each application or service.<br>
Initially, the `<app>.sh` script is executed to collect system parameters.<br>
Next, the `build.func` script adds user settings and integrates all the collected information.<br>
Then, the `create_lxc.sh` script constructs the LXC container.<br>
Following that, the `<app>-install.sh` script is executed, which utilizes the functions exported from the `install.func` script for installing the required applications.<br>
Finally, the process returns to the `<app>.sh` script to display the completion message.<br>

Thoroughly evaluating the `<app>-install.sh` script is crucial to gain a better understanding of the application installation process.<br>
Every application installation utilizes the same set of reusable scripts: `build.func`, `create_lxc.sh`, and `install.func`. These scripts are not specific to any particular application.<br>

0 comments on commit 1a553a3

Please sign in to comment.