File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ APP="Wazuh"
99var_tags=" ${var_tags:- security;monitoring} "
1010var_cpu=" ${var_cpu:- 4} "
1111var_ram=" ${var_ram:- 4096} "
12- var_disk=" ${var_disk:- 18 } "
12+ var_disk=" ${var_disk:- 25 } "
1313var_os=" ${var_os:- debian} "
1414var_version=" ${var_version:- 12} "
1515var_unprivileged=" ${var_unprivileged:- 1} "
@@ -41,4 +41,4 @@ description
4141msg_ok " Completed Successfully!\n"
4242echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
4343echo -e " ${INFO}${YW} Access it using the following URL:${CL} "
44- echo -e " ${TAB}${GATEWAY}${BGN} https://${IP} :443${CL} "
44+ echo -e " ${TAB}${GATEWAY}${BGN} https://${IP} :443${CL} "
Original file line number Diff line number Diff line change 2121 "resources" : {
2222 "cpu" : 4 ,
2323 "ram" : 4096 ,
24- "hdd" : 18 ,
24+ "hdd" : 25 ,
2525 "os" : " debian" ,
2626 "version" : " 12"
2727 }
You can’t perform that action at this time.
0 commit comments