File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
enforcers/vm_enforcer/golden_image Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ goto check_Permissions
1111:check_Permissions
1212net session > nul 2 >& 1
1313if %errorLevel% NEQ 0 (
14- echo Administrator privilege is required.
15- exit 1
14+ echo Administrator privilege is required.
15+ exit 1
1616)
1717
1818:check_commandline
@@ -31,7 +31,7 @@ goto end
3131
3232:display_prompt
3333@ echo .
34- SET /P PROCEED = Aqua Security Golden Image Preparation script will perform irrevertible cleanup actions on VM Enforcer. Proceed? [Y/N]
34+ SET /P PROCEED = The Aqua Security Golden Image preparation script will perform irreversible cleanup actions on the VM Enforcer. Proceed? [Y/N]
3535IF /I " %PROCEED% " NEQ " Y" goto end
3636
3737:please_wait
@@ -61,7 +61,7 @@ goto print_success
6161
6262:print_success
6363@ echo .
64- @ echo Operation successfull. VM Enforcer is ready for Golden Image creation.
64+ @ echo Operation successful. The VM Enforcer is ready for Golden Image creation.
6565goto end
6666
67- :end
67+ :end
You can’t perform that action at this time.
0 commit comments